pub enum BinaryDataType {
Undefined,
Float64,
Float32,
}Expand description
The type used to store binary data (e.g. m/zs or intensities)
Variants§
Trait Implementations§
Source§impl Clone for BinaryDataType
impl Clone for BinaryDataType
Source§fn clone(&self) -> BinaryDataType
fn clone(&self) -> BinaryDataType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BinaryDataType
impl Debug for BinaryDataType
impl Copy for BinaryDataType
Auto Trait Implementations§
impl Freeze for BinaryDataType
impl RefUnwindSafe for BinaryDataType
impl Send for BinaryDataType
impl Sync for BinaryDataType
impl Unpin for BinaryDataType
impl UnwindSafe for BinaryDataType
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