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