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