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