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