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