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