Struct ppv_lite86::generic::u32x4_generic
source · pub struct u32x4_generic(_);
Trait Implementations§
source§impl Add<u32x4_generic> for u32x4_generic
impl Add<u32x4_generic> for u32x4_generic
source§impl AddAssign<u32x4_generic> for u32x4_generic
impl AddAssign<u32x4_generic> 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<u32x4_generic> for u32x4_generic
impl BitAnd<u32x4_generic> for u32x4_generic
source§impl BitAndAssign<u32x4_generic> for u32x4_generic
impl BitAndAssign<u32x4_generic> 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<u32x4_generic> for u32x4_generic
impl BitOr<u32x4_generic> for u32x4_generic
source§impl BitOrAssign<u32x4_generic> for u32x4_generic
impl BitOrAssign<u32x4_generic> 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<u32x4_generic> for u32x4_generic
impl BitXor<u32x4_generic> for u32x4_generic
source§impl BitXorAssign<u32x4_generic> for u32x4_generic
impl BitXorAssign<u32x4_generic> 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 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<u32x4_generic> for u32x4_generic
impl PartialEq<u32x4_generic> for u32x4_generic
source§fn eq(&self, other: &u32x4_generic) -> bool
fn eq(&self, other: &u32x4_generic) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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 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