pub enum BinaryDataArrayType {
MZArray,
IntenistyArray,
}Expand description
The type of data being stored (e.g. m/z values, intensities)
Variants§
Trait Implementations§
Source§impl Debug for BinaryDataArrayType
impl Debug for BinaryDataArrayType
Source§impl PartialEq for BinaryDataArrayType
impl PartialEq for BinaryDataArrayType
impl Eq for BinaryDataArrayType
impl StructuralPartialEq for BinaryDataArrayType
Auto Trait Implementations§
impl Freeze for BinaryDataArrayType
impl RefUnwindSafe for BinaryDataArrayType
impl Send for BinaryDataArrayType
impl Sync for BinaryDataArrayType
impl Unpin for BinaryDataArrayType
impl UnwindSafe for BinaryDataArrayType
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