#[repr(u8)]pub enum MatrixOp {
NoTrans = 78,
Trans = 84,
}
Expand description
Represents how a matrix can be represented internally.
Variants§
Trait Implementations§
impl Copy for MatrixOp
impl StructuralPartialEq for MatrixOp
Auto Trait Implementations§
impl Freeze for MatrixOp
impl RefUnwindSafe for MatrixOp
impl Send for MatrixOp
impl Sync for MatrixOp
impl Unpin for MatrixOp
impl UnwindSafe for MatrixOp
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