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