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