#[repr(transparent)]pub struct Vec2i(pub [i32; 2]);
Tuple Fields§
§0: [i32; 2]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Vec2i
impl Send for Vec2i
impl Sync for Vec2i
impl Unpin for Vec2i
impl UnwindSafe for Vec2i
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