#[repr(u8)]pub enum Cmdh1Cmpen {
DISABLED_ALWAYS_STORE_RESULT = 0,
_RESERVED_1 = 1,
COMPARE_RESULT_STORE_IF_TRUE = 2,
COMPARE_RESULT_KEEP_CONVERTING_UNTIL_TRUE_STORE_IF_TRUE = 3,
}Variants§
DISABLED_ALWAYS_STORE_RESULT = 0
Disabled
_RESERVED_1 = 1
COMPARE_RESULT_STORE_IF_TRUE = 2
Enabled. Store on true.
COMPARE_RESULT_KEEP_CONVERTING_UNTIL_TRUE_STORE_IF_TRUE = 3
Enabled. Repeat channel acquisition (sample, convert, and compare) until true.
Implementations§
Source§impl Cmdh1Cmpen
impl Cmdh1Cmpen
Trait Implementations§
Source§impl Clone for Cmdh1Cmpen
impl Clone for Cmdh1Cmpen
Source§fn clone(&self) -> Cmdh1Cmpen
fn clone(&self) -> Cmdh1Cmpen
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 Cmdh1Cmpen
impl Debug for Cmdh1Cmpen
Source§impl From<Cmdh1Cmpen> for u8
impl From<Cmdh1Cmpen> for u8
Source§fn from(val: Cmdh1Cmpen) -> u8
fn from(val: Cmdh1Cmpen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cmdh1Cmpen
impl From<u8> for Cmdh1Cmpen
Source§fn from(val: u8) -> Cmdh1Cmpen
fn from(val: u8) -> Cmdh1Cmpen
Converts to this type from the input type.
Source§impl Ord for Cmdh1Cmpen
impl Ord for Cmdh1Cmpen
Source§fn cmp(&self, other: &Cmdh1Cmpen) -> Ordering
fn cmp(&self, other: &Cmdh1Cmpen) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Cmdh1Cmpen
impl PartialEq for Cmdh1Cmpen
Source§impl PartialOrd for Cmdh1Cmpen
impl PartialOrd for Cmdh1Cmpen
impl Copy for Cmdh1Cmpen
impl Eq for Cmdh1Cmpen
impl StructuralPartialEq for Cmdh1Cmpen
Auto Trait Implementations§
impl Freeze for Cmdh1Cmpen
impl RefUnwindSafe for Cmdh1Cmpen
impl Send for Cmdh1Cmpen
impl Sync for Cmdh1Cmpen
impl Unpin for Cmdh1Cmpen
impl UnwindSafe for Cmdh1Cmpen
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