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