struct U32X4([u32; 4]);
Tuple Fields§
§0: [u32; 4]
Implementations§
Trait Implementations§
source§impl AddAssign for U32X4
impl AddAssign for U32X4
source§fn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
Performs the
+=
operation. Read moresource§impl MulAssign<u32> for U32X4
impl MulAssign<u32> for U32X4
source§fn mul_assign(&mut self, rhs: u32)
fn mul_assign(&mut self, rhs: u32)
Performs the
*=
operation. Read moresource§impl RemAssign<u32> for U32X4
impl RemAssign<u32> for U32X4
source§fn rem_assign(&mut self, quotient: u32)
fn rem_assign(&mut self, quotient: u32)
Performs the
%=
operation. Read moreimpl Copy for U32X4
Auto Trait Implementations§
impl Freeze for U32X4
impl RefUnwindSafe for U32X4
impl Send for U32X4
impl Sync for U32X4
impl Unpin for U32X4
impl UnwindSafe for U32X4
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§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
)