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