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