pub enum RowMajor {}
Trait Implementations§
impl MatrixLayout for RowMajor
Auto Trait Implementations§
impl Freeze for RowMajor
impl RefUnwindSafe for RowMajor
impl Send for RowMajor
impl Sync for RowMajor
impl Unpin for RowMajor
impl UnwindSafe for RowMajor
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