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