Enum embassy_stm32::rcc::HSIPrescaler
source · #[repr(u8)]pub enum HSIPrescaler {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
}
Variants§
Implementations§
Trait Implementations§
source§impl Ord for Hsidiv
impl Ord for Hsidiv
source§impl PartialEq for Hsidiv
impl PartialEq for Hsidiv
source§impl PartialOrd for Hsidiv
impl PartialOrd for Hsidiv
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 Hsidiv
impl Eq for Hsidiv
impl StructuralEq for Hsidiv
impl StructuralPartialEq for Hsidiv
Auto Trait Implementations§
impl RefUnwindSafe for Hsidiv
impl Send for Hsidiv
impl Sync for Hsidiv
impl Unpin for Hsidiv
impl UnwindSafe for Hsidiv
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