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