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