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