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