pub struct M3<T>(pub [[T; 3]; 3]);
Tuple Fields§
§0: [[T; 3]; 3]
Trait Implementations§
Source§impl<F> FloatMatrix<F> for M3<F>where
F: Float,
impl<F> FloatMatrix<F> for M3<F>where
F: Float,
impl<T: Copy> Copy for M3<T>
impl<T> StructuralPartialEq for M3<T>
Auto Trait Implementations§
impl<T> Freeze for M3<T>where
T: Freeze,
impl<T> RefUnwindSafe for M3<T>where
T: RefUnwindSafe,
impl<T> Send for M3<T>where
T: Send,
impl<T> Sync for M3<T>where
T: Sync,
impl<T> Unpin for M3<T>where
T: Unpin,
impl<T> UnwindSafe for M3<T>where
T: UnwindSafe,
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