pub struct Matrix3x3 { /* private fields */ }Expand description
A 3x3 matrix struct used for graphics programming with OpenGL.
Implementations§
Source§impl Matrix3x3
impl Matrix3x3
Trait Implementations§
impl Copy for Matrix3x3
impl StructuralPartialEq for Matrix3x3
Auto Trait Implementations§
impl Freeze for Matrix3x3
impl RefUnwindSafe for Matrix3x3
impl Send for Matrix3x3
impl Sync for Matrix3x3
impl Unpin for Matrix3x3
impl UnwindSafe for Matrix3x3
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