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