Enum Clkblediv
#[repr(u8)]pub enum Clkblediv {
_32mHz = 0,
_16mHz = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Clkblediv
impl Eq for Clkblediv
§impl Ord for Clkblediv
impl Ord for Clkblediv
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 Clkblediv
impl PartialOrd for Clkblediv
impl StructuralPartialEq for Clkblediv
Auto Trait Implementations§
impl Freeze for Clkblediv
impl RefUnwindSafe for Clkblediv
impl Send for Clkblediv
impl Sync for Clkblediv
impl Unpin for Clkblediv
impl UnsafeUnpin for Clkblediv
impl UnwindSafe for Clkblediv
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