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