pub enum MtxField {
Real,
Complex,
Pattern,
Integer,
}Expand description
Matrix Market field type.
Variants§
Real
Real values.
Complex
Complex values.
Pattern
Pattern only (structure, no values).
Integer
Integer values.
Trait Implementations§
impl Copy for MtxField
impl Eq for MtxField
impl StructuralPartialEq for MtxField
Auto Trait Implementations§
impl Freeze for MtxField
impl RefUnwindSafe for MtxField
impl Send for MtxField
impl Sync for MtxField
impl Unpin for MtxField
impl UnwindSafe for MtxField
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