Trait VectorGatherElement

pub trait VectorGatherElement

Associated Types

type Element;
type Offset;

Required Methods

unsafe fn vec_gather_element<const D: u32>(self, b: Self::Offset, c: *const Self::Element) -> Self

Implementors