Enum Snpsfmt
#[repr(u8)]pub enum Snpsfmt {
Resolution23bit = 0,
Resolution16bit = 1,
}Expand description
Snapshot data format.
Variants§
Resolution23bit = 0
23-bit data resolution without integrator counter.
Resolution16bit = 1
16-bit data resolution with integrator counter.
Implementations§
Trait Implementations§
§impl Ord for Snpsfmt
impl Ord for Snpsfmt
§impl PartialOrd for Snpsfmt
impl PartialOrd for Snpsfmt
impl Copy for Snpsfmt
impl Eq for Snpsfmt
impl StructuralPartialEq for Snpsfmt
Auto Trait Implementations§
impl Freeze for Snpsfmt
impl RefUnwindSafe for Snpsfmt
impl Send for Snpsfmt
impl Sync for Snpsfmt
impl Unpin for Snpsfmt
impl UnwindSafe for Snpsfmt
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