#[repr(C)]pub struct quat { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for quat
impl RefUnwindSafe for quat
impl Send for quat
impl Sync for quat
impl Unpin for quat
impl UnwindSafe for quat
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