pub struct M3x3(pub [Scalar; 9]);
Expand description
Square 3x3 matrix
Tuple Fields§
§0: [Scalar; 9]
Trait Implementations§
impl Copy for M3x3
Auto Trait Implementations§
impl Freeze for M3x3
impl RefUnwindSafe for M3x3
impl Send for M3x3
impl Sync for M3x3
impl Unpin for M3x3
impl UnwindSafe for M3x3
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