#[repr(C, align(16))]pub struct U32_4Inner {
pub data: [u32; 4],
}Fields§
§data: [u32; 4]Trait Implementations§
Source§impl Add for U32_4Inner
impl Add for U32_4Inner
Source§impl Clone for U32_4Inner
impl Clone for U32_4Inner
Source§fn clone(&self) -> U32_4Inner
fn clone(&self) -> U32_4Inner
Returns a duplicate 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 U32_4Inner
impl Debug for U32_4Inner
Source§impl Default for U32_4Inner
impl Default for U32_4Inner
Source§fn default() -> U32_4Inner
fn default() -> U32_4Inner
Returns the “default value” for a type. Read more
Source§impl Index<usize> for U32_4Inner
impl Index<usize> for U32_4Inner
Source§impl IndexMut<usize> for U32_4Inner
impl IndexMut<usize> for U32_4Inner
Source§impl PartialEq for U32_4Inner
impl PartialEq for U32_4Inner
Source§impl VecTypeTrait for U32_4Inner
impl VecTypeTrait for U32_4Inner
impl Copy for U32_4Inner
impl StructuralPartialEq for U32_4Inner
Auto Trait Implementations§
impl Freeze for U32_4Inner
impl RefUnwindSafe for U32_4Inner
impl Send for U32_4Inner
impl Sync for U32_4Inner
impl Unpin for U32_4Inner
impl UnwindSafe for U32_4Inner
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