Enum Rtcpre
#[repr(u8)]pub enum Rtcpre {
Div2 = 0,
Div4 = 1,
Div8 = 2,
Div16 = 3,
}Variants§
Div2 = 0
HSE divided by 2
Div4 = 1
HSE divided by 4
Div8 = 2
HSE divided by 8
Div16 = 3
HSE divided by 16
Implementations§
Trait Implementations§
impl Copy for Rtcpre
impl Eq for Rtcpre
§impl Ord for Rtcpre
impl Ord for Rtcpre
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 Rtcpre
impl PartialOrd for Rtcpre
impl StructuralPartialEq for Rtcpre
Auto Trait Implementations§
impl Freeze for Rtcpre
impl RefUnwindSafe for Rtcpre
impl Send for Rtcpre
impl Sync for Rtcpre
impl Unpin for Rtcpre
impl UnsafeUnpin for Rtcpre
impl UnwindSafe for Rtcpre
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