#[repr(u8)]pub enum Cmdh2Cmpen {
CMPEN_0 = 0,
_RESERVED_1 = 1,
CMPEN_2 = 2,
CMPEN_3 = 3,
}Variants§
CMPEN_0 = 0
Compare disabled.
_RESERVED_1 = 1
CMPEN_2 = 2
Compare enabled. Store on true.
CMPEN_3 = 3
Compare enabled. Repeat channel acquisition (sample/convert/compare) until true.
Implementations§
Source§impl Cmdh2Cmpen
impl Cmdh2Cmpen
Trait Implementations§
Source§impl Clone for Cmdh2Cmpen
impl Clone for Cmdh2Cmpen
Source§fn clone(&self) -> Cmdh2Cmpen
fn clone(&self) -> Cmdh2Cmpen
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 Cmdh2Cmpen
impl Debug for Cmdh2Cmpen
Source§impl From<Cmdh2Cmpen> for u8
impl From<Cmdh2Cmpen> for u8
Source§fn from(val: Cmdh2Cmpen) -> u8
fn from(val: Cmdh2Cmpen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cmdh2Cmpen
impl From<u8> for Cmdh2Cmpen
Source§fn from(val: u8) -> Cmdh2Cmpen
fn from(val: u8) -> Cmdh2Cmpen
Converts to this type from the input type.
Source§impl Ord for Cmdh2Cmpen
impl Ord for Cmdh2Cmpen
Source§fn cmp(&self, other: &Cmdh2Cmpen) -> Ordering
fn cmp(&self, other: &Cmdh2Cmpen) -> 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 Cmdh2Cmpen
impl PartialEq for Cmdh2Cmpen
Source§impl PartialOrd for Cmdh2Cmpen
impl PartialOrd for Cmdh2Cmpen
impl Copy for Cmdh2Cmpen
impl Eq for Cmdh2Cmpen
impl StructuralPartialEq for Cmdh2Cmpen
Auto Trait Implementations§
impl Freeze for Cmdh2Cmpen
impl RefUnwindSafe for Cmdh2Cmpen
impl Send for Cmdh2Cmpen
impl Sync for Cmdh2Cmpen
impl Unpin for Cmdh2Cmpen
impl UnwindSafe for Cmdh2Cmpen
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