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