#[repr(u8)]pub enum FlexspiaData3SelectInputDaisy {
GPIO_SD_B1_11_ALT1 = 0,
GPIO_AD_B1_10_ALT0 = 1,
}Variants§
GPIO_SD_B1_11_ALT1 = 0
Selecting Pad: GPIO_SD_B1_11 for Mode: ALT1
GPIO_AD_B1_10_ALT0 = 1
Selecting Pad: GPIO_AD_B1_10 for Mode: ALT0
Implementations§
Trait Implementations§
Source§impl Clone for FlexspiaData3SelectInputDaisy
impl Clone for FlexspiaData3SelectInputDaisy
Source§fn clone(&self) -> FlexspiaData3SelectInputDaisy
fn clone(&self) -> FlexspiaData3SelectInputDaisy
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 From<FlexspiaData3SelectInputDaisy> for u8
impl From<FlexspiaData3SelectInputDaisy> for u8
Source§fn from(val: FlexspiaData3SelectInputDaisy) -> u8
fn from(val: FlexspiaData3SelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for FlexspiaData3SelectInputDaisy
impl From<u8> for FlexspiaData3SelectInputDaisy
Source§fn from(val: u8) -> FlexspiaData3SelectInputDaisy
fn from(val: u8) -> FlexspiaData3SelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for FlexspiaData3SelectInputDaisy
impl Ord for FlexspiaData3SelectInputDaisy
Source§fn cmp(&self, other: &FlexspiaData3SelectInputDaisy) -> Ordering
fn cmp(&self, other: &FlexspiaData3SelectInputDaisy) -> 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 FlexspiaData3SelectInputDaisy
impl PartialEq for FlexspiaData3SelectInputDaisy
Source§fn eq(&self, other: &FlexspiaData3SelectInputDaisy) -> bool
fn eq(&self, other: &FlexspiaData3SelectInputDaisy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FlexspiaData3SelectInputDaisy
impl PartialOrd for FlexspiaData3SelectInputDaisy
impl Copy for FlexspiaData3SelectInputDaisy
impl Eq for FlexspiaData3SelectInputDaisy
impl StructuralPartialEq for FlexspiaData3SelectInputDaisy
Auto Trait Implementations§
impl Freeze for FlexspiaData3SelectInputDaisy
impl RefUnwindSafe for FlexspiaData3SelectInputDaisy
impl Send for FlexspiaData3SelectInputDaisy
impl Sync for FlexspiaData3SelectInputDaisy
impl Unpin for FlexspiaData3SelectInputDaisy
impl UnwindSafe for FlexspiaData3SelectInputDaisy
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