pub enum MatrixOperation {
Addition,
Subtraction,
Multiplication,
}Variants§
Auto Trait Implementations§
impl Freeze for MatrixOperation
impl RefUnwindSafe for MatrixOperation
impl Send for MatrixOperation
impl Sync for MatrixOperation
impl Unpin for MatrixOperation
impl UnsafeUnpin for MatrixOperation
impl UnwindSafe for MatrixOperation
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