#[repr(C, align(16))]pub struct uvec4(pub u32, pub u32, pub u32, pub u32);Tuple Fields§
§0: u32§1: u32§2: u32§3: u32Implementations§
Trait Implementations§
impl Copy for uvec4
impl ReprStd140 for uvec4
impl Std140ArrayElement for uvec4
impl StructuralPartialEq for uvec4
Auto Trait Implementations§
impl Freeze for uvec4
impl RefUnwindSafe for uvec4
impl Send for uvec4
impl Sync for uvec4
impl Unpin for uvec4
impl UnwindSafe for uvec4
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