pub struct u32x4x4(/* private fields */);Implementations§
Trait Implementations§
Source§impl AddAssign for u32x4x4
impl AddAssign for u32x4x4
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl BitXorAssign for u32x4x4
impl BitXorAssign for u32x4x4
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl RotateWordsRight for u32x4x4
impl RotateWordsRight for u32x4x4
Source§impl SplatRotateRight for u32x4x4
impl SplatRotateRight for u32x4x4
impl Copy for u32x4x4
Auto Trait Implementations§
impl Freeze for u32x4x4
impl RefUnwindSafe for u32x4x4
impl Send for u32x4x4
impl Sync for u32x4x4
impl Unpin for u32x4x4
impl UnwindSafe for u32x4x4
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