pub struct ColMajor;Expand description
Marker type for column major matrices.
Trait Implementations§
Source§impl MatMajorAxis for ColMajor
impl MatMajorAxis for ColMajor
Source§const ENUM: MatMajorAxisEnum = MatMajorAxisEnum::ColumnMajor
const ENUM: MatMajorAxisEnum = MatMajorAxisEnum::ColumnMajor
Enum that is used to specialize function implementations based on the major axis.
Auto Trait Implementations§
impl Freeze for ColMajor
impl RefUnwindSafe for ColMajor
impl Send for ColMajor
impl Sync for ColMajor
impl Unpin for ColMajor
impl UnwindSafe for ColMajor
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