Enum HSIPrescaler
#[repr(u8)]pub enum HSIPrescaler {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Hsidiv
impl Eq for Hsidiv
§impl Ord for Hsidiv
impl Ord for Hsidiv
1.21.0 (const: unstable) · 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
§impl PartialOrd for Hsidiv
impl PartialOrd for Hsidiv
impl StructuralPartialEq for Hsidiv
Auto Trait Implementations§
impl Freeze for Hsidiv
impl RefUnwindSafe for Hsidiv
impl Send for Hsidiv
impl Sync for Hsidiv
impl Unpin for Hsidiv
impl UnsafeUnpin 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