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