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