pub enum RTCR {
RTC64,
RTC32,
RTC96,
RTC128,
}
Expand description
Possible values of the field RTC
Variants§
Implementations§
Trait Implementations§
impl Copy for RTCR
impl StructuralPartialEq for RTCR
Auto Trait Implementations§
impl Freeze for RTCR
impl RefUnwindSafe for RTCR
impl Send for RTCR
impl Sync for RTCR
impl Unpin for RTCR
impl UnwindSafe for RTCR
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