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