Enum stm32_metapac::rcc::vals::Dfsdmsel
#[repr(u8)]pub enum Dfsdmsel {
PCLK2 = 0,
SYS = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Dfsdmsel
impl Ord for Dfsdmsel
§impl PartialOrd for Dfsdmsel
impl PartialOrd for Dfsdmsel
§fn partial_cmp(&self, other: &Dfsdmsel) -> Option<Ordering>
fn partial_cmp(&self, other: &Dfsdmsel) -> 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 Dfsdmsel
impl Eq for Dfsdmsel
impl StructuralEq for Dfsdmsel
impl StructuralPartialEq for Dfsdmsel
Auto Trait Implementations§
impl RefUnwindSafe for Dfsdmsel
impl Send for Dfsdmsel
impl Sync for Dfsdmsel
impl Unpin for Dfsdmsel
impl UnwindSafe for Dfsdmsel
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