pub struct u32x4_generic(/* private fields */);
Trait Implementations§
Source§impl Add for u32x4_generic
impl Add for u32x4_generic
Source§impl AddAssign for u32x4_generic
impl AddAssign for u32x4_generic
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moreSource§impl AndNot for u32x4_generic
impl AndNot for u32x4_generic
Source§impl BitAnd for u32x4_generic
impl BitAnd for u32x4_generic
Source§impl BitAndAssign for u32x4_generic
impl BitAndAssign for u32x4_generic
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for u32x4_generic
impl BitOr for u32x4_generic
Source§impl BitOrAssign for u32x4_generic
impl BitOrAssign for u32x4_generic
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for u32x4_generic
impl BitXor for u32x4_generic
Source§impl BitXorAssign for u32x4_generic
impl BitXorAssign for u32x4_generic
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for u32x4_generic
impl Clone for u32x4_generic
Source§fn clone(&self) -> u32x4_generic
fn clone(&self) -> u32x4_generic
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for u32x4_generic
impl Debug for u32x4_generic
Source§impl From<u32x4_generic> for vec128_storage
impl From<u32x4_generic> for vec128_storage
Source§fn from(d: u32x4_generic) -> Self
fn from(d: u32x4_generic) -> Self
Converts to this type from the input type.
Source§impl FromBytes for u32x4_generic
impl FromBytes for u32x4_generic
Source§impl FromZeros for u32x4_generic
impl FromZeros for u32x4_generic
Source§impl IntoBytes for u32x4_generic
impl IntoBytes for u32x4_generic
Source§fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
Gets the bytes of this value mutably. Read more
Source§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl LaneWords4 for u32x4_generic
impl LaneWords4 for u32x4_generic
fn shuffle_lane_words2301(self) -> Self
fn shuffle_lane_words1230(self) -> Self
fn shuffle_lane_words3012(self) -> Self
Source§impl Not for u32x4_generic
impl Not for u32x4_generic
Source§impl PartialEq for u32x4_generic
impl PartialEq for u32x4_generic
Source§impl RotateEachWord32 for u32x4_generic
impl RotateEachWord32 for u32x4_generic
fn rotate_each_word_right7(self) -> Self
fn rotate_each_word_right8(self) -> Self
fn rotate_each_word_right11(self) -> Self
fn rotate_each_word_right12(self) -> Self
fn rotate_each_word_right16(self) -> Self
fn rotate_each_word_right20(self) -> Self
fn rotate_each_word_right24(self) -> Self
fn rotate_each_word_right25(self) -> Self
Source§impl Store<vec128_storage> for u32x4_generic
impl Store<vec128_storage> for u32x4_generic
Source§unsafe fn unpack(s: vec128_storage) -> Self
unsafe fn unpack(s: vec128_storage) -> Self
Safety Read more
Source§impl StoreBytes for u32x4_generic
impl StoreBytes for u32x4_generic
Source§impl Swap64 for u32x4_generic
impl Swap64 for u32x4_generic
Source§impl TryFromBytes for u32x4_generic
impl TryFromBytes for u32x4_generic
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§impl Vec4<u32> for u32x4_generic
impl Vec4<u32> for u32x4_generic
Source§impl Words4 for u32x4_generic
impl Words4 for u32x4_generic
fn shuffle2301(self) -> Self
fn shuffle1230(self) -> Self
fn shuffle3012(self) -> Self
impl ArithOps for u32x4_generic
impl BitOps0 for u32x4_generic
impl BitOps32 for u32x4_generic
impl Copy for u32x4_generic
impl Immutable for u32x4_generic
impl StructuralPartialEq for u32x4_generic
impl u32x4<GenericMachine> for u32x4_generic
Auto Trait Implementations§
impl Freeze for u32x4_generic
impl RefUnwindSafe for u32x4_generic
impl Send for u32x4_generic
impl Sync for u32x4_generic
impl Unpin for u32x4_generic
impl UnwindSafe for u32x4_generic
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