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