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