pub struct Simd128u(/* private fields */);Trait Implementations§
Source§impl Simd for Simd128u
impl Simd for Simd128u
const LANES: usize = 16usize
type Mask = Mask128
type Element = u8
fn eq(&self, lhs: &Self) -> Self::Mask
fn splat(ch: u8) -> Self
Source§unsafe fn from_slice_unaligned_unchecked(slice: &[u8]) -> Self
unsafe fn from_slice_unaligned_unchecked(slice: &[u8]) -> Self
Safety Read more
Source§unsafe fn write_to_slice_unaligned_unchecked(&self, slice: &mut [u8])
unsafe fn write_to_slice_unaligned_unchecked(&self, slice: &mut [u8])
Safety Read more
Auto Trait Implementations§
impl Freeze for Simd128u
impl RefUnwindSafe for Simd128u
impl Send for Simd128u
impl Sync for Simd128u
impl Unpin for Simd128u
impl UnwindSafe for Simd128u
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more