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