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