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