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