Trait VectorScatterElement

pub trait VectorScatterElement

Associated Types

type Element;
type Offset;

Required Methods

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

Implementors