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