pub struct Simd128i(/* private fields */);Trait Implementations§
Source§impl Simd for Simd128i
impl Simd for Simd128i
const LANES: usize = 16usize
type Mask = Mask128
type Element = i8
fn eq(&self, lhs: &Self) -> Self::Mask
fn splat(elem: i8) -> 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 Simd128i
impl RefUnwindSafe for Simd128i
impl Send for Simd128i
impl Sync for Simd128i
impl Unpin for Simd128i
impl UnwindSafe for Simd128i
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