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