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