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