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