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