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