#[repr(u8)]pub enum Cmdh3Cmpen {
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 Cmdh3Cmpen
impl Cmdh3Cmpen
Trait Implementations§
Source§impl Clone for Cmdh3Cmpen
impl Clone for Cmdh3Cmpen
Source§fn clone(&self) -> Cmdh3Cmpen
fn clone(&self) -> Cmdh3Cmpen
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 Cmdh3Cmpen
impl Debug for Cmdh3Cmpen
Source§impl From<Cmdh3Cmpen> for u8
impl From<Cmdh3Cmpen> for u8
Source§fn from(val: Cmdh3Cmpen) -> u8
fn from(val: Cmdh3Cmpen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cmdh3Cmpen
impl From<u8> for Cmdh3Cmpen
Source§fn from(val: u8) -> Cmdh3Cmpen
fn from(val: u8) -> Cmdh3Cmpen
Converts to this type from the input type.
Source§impl Ord for Cmdh3Cmpen
impl Ord for Cmdh3Cmpen
Source§fn cmp(&self, other: &Cmdh3Cmpen) -> Ordering
fn cmp(&self, other: &Cmdh3Cmpen) -> 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 Cmdh3Cmpen
impl PartialEq for Cmdh3Cmpen
Source§impl PartialOrd for Cmdh3Cmpen
impl PartialOrd for Cmdh3Cmpen
impl Copy for Cmdh3Cmpen
impl Eq for Cmdh3Cmpen
impl StructuralPartialEq for Cmdh3Cmpen
Auto Trait Implementations§
impl Freeze for Cmdh3Cmpen
impl RefUnwindSafe for Cmdh3Cmpen
impl Send for Cmdh3Cmpen
impl Sync for Cmdh3Cmpen
impl Unpin for Cmdh3Cmpen
impl UnwindSafe for Cmdh3Cmpen
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