pub struct mat3x3 { /* private fields */ }Expand description
Implementations§
Trait Implementations§
impl Copy for mat3x3
impl ReprStd140 for mat3x3
impl Std140ArrayElement for mat3x3
impl StructuralPartialEq for mat3x3
Auto Trait Implementations§
impl Freeze for mat3x3
impl RefUnwindSafe for mat3x3
impl Send for mat3x3
impl Sync for mat3x3
impl Unpin for mat3x3
impl UnwindSafe for mat3x3
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