pub enum MtxObject {
Matrix,
Vector,
}Expand description
Matrix Market object type.
Variants§
Trait Implementations§
impl Copy for MtxObject
impl Eq for MtxObject
impl StructuralPartialEq for MtxObject
Auto Trait Implementations§
impl Freeze for MtxObject
impl RefUnwindSafe for MtxObject
impl Send for MtxObject
impl Sync for MtxObject
impl Unpin for MtxObject
impl UnwindSafe for MtxObject
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