Enum stm32_metapac::rcc::vals::Sdmmcsel
#[repr(u8)]pub enum Sdmmcsel {
PLL1_Q = 0,
PLL2_R = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Sdmmcsel
impl Ord for Sdmmcsel
§impl PartialOrd for Sdmmcsel
impl PartialOrd for Sdmmcsel
§fn partial_cmp(&self, other: &Sdmmcsel) -> Option<Ordering>
fn partial_cmp(&self, other: &Sdmmcsel) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Sdmmcsel
impl Eq for Sdmmcsel
impl StructuralEq for Sdmmcsel
impl StructuralPartialEq for Sdmmcsel
Auto Trait Implementations§
impl RefUnwindSafe for Sdmmcsel
impl Send for Sdmmcsel
impl Sync for Sdmmcsel
impl Unpin for Sdmmcsel
impl UnwindSafe for Sdmmcsel
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