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