Struct ppv_lite86::generic::u32x4_generic
source · 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 AsBytes for u32x4_genericwhere
[u32; 4]: AsBytes,
impl AsBytes for u32x4_genericwhere
[u32; 4]: AsBytes,
source§fn as_bytes_mut(&mut self) -> &mut [u8]where
Self: FromBytes,
fn as_bytes_mut(&mut self) -> &mut [u8]where
Self: FromBytes,
Gets the bytes of this value mutably. Read more
source§fn write_to_prefix(&self, bytes: &mut [u8]) -> Option<()>
fn write_to_prefix(&self, bytes: &mut [u8]) -> Option<()>
source§fn write_to_suffix(&self, bytes: &mut [u8]) -> Option<()>
fn write_to_suffix(&self, bytes: &mut [u8]) -> Option<()>
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§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_genericwhere
[u32; 4]: FromBytes,
impl FromBytes for u32x4_genericwhere
[u32; 4]: FromBytes,
source§fn ref_from_prefix(bytes: &[u8]) -> Option<&Self>where
Self: Sized,
fn ref_from_prefix(bytes: &[u8]) -> Option<&Self>where
Self: Sized,
source§fn ref_from_suffix(bytes: &[u8]) -> Option<&Self>where
Self: Sized,
fn ref_from_suffix(bytes: &[u8]) -> Option<&Self>where
Self: Sized,
source§fn mut_from_prefix(bytes: &mut [u8]) -> Option<&mut Self>where
Self: Sized + AsBytes,
fn mut_from_prefix(bytes: &mut [u8]) -> Option<&mut Self>where
Self: Sized + AsBytes,
source§fn mut_from_suffix(bytes: &mut [u8]) -> Option<&mut Self>where
Self: Sized + AsBytes,
fn mut_from_suffix(bytes: &mut [u8]) -> Option<&mut Self>where
Self: Sized + AsBytes,
source§fn slice_from(bytes: &[u8]) -> Option<&[Self]>where
Self: Sized,
fn slice_from(bytes: &[u8]) -> Option<&[Self]>where
Self: Sized,
source§fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
fn slice_from_prefix(bytes: &[u8], count: usize) -> Option<(&[Self], &[u8])>where
Self: Sized,
Interprets the prefix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read moresource§fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
fn slice_from_suffix(bytes: &[u8], count: usize) -> Option<(&[u8], &[Self])>where
Self: Sized,
Interprets the suffix of the given
bytes
as a &[Self]
with length
equal to count
without copying. Read moresource§fn mut_slice_from(bytes: &mut [u8]) -> Option<&mut [Self]>where
Self: Sized + AsBytes,
fn mut_slice_from(bytes: &mut [u8]) -> Option<&mut [Self]>where
Self: Sized + AsBytes,
source§fn mut_slice_from_prefix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [Self], &mut [u8])>where
Self: Sized + AsBytes,
fn mut_slice_from_prefix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [Self], &mut [u8])>where
Self: Sized + AsBytes,
Interprets the prefix of the given
bytes
as a &mut [Self]
with length
equal to count
without copying. Read moresource§fn mut_slice_from_suffix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [u8], &mut [Self])>where
Self: Sized + AsBytes,
fn mut_slice_from_suffix(
bytes: &mut [u8],
count: usize,
) -> Option<(&mut [u8], &mut [Self])>where
Self: Sized + AsBytes,
Interprets the suffix of the given
bytes
as a &mut [Self]
with length
equal to count
without copying. Read moresource§fn read_from_prefix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
fn read_from_prefix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
source§fn read_from_suffix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
fn read_from_suffix(bytes: &[u8]) -> Option<Self>where
Self: Sized,
source§impl FromZeroes for u32x4_genericwhere
[u32; 4]: FromZeroes,
impl FromZeroes for u32x4_genericwhere
[u32; 4]: FromZeroes,
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 MultiLane<[u32; 4]> for u32x4_generic
impl MultiLane<[u32; 4]> for u32x4_generic
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 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 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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)