pub enum RTCW {
RTC64,
RTC32,
RTC96,
RTC128,
}
Expand description
Values that can be written to the field RTC
Variants§
Auto Trait Implementations§
impl Freeze for RTCW
impl RefUnwindSafe for RTCW
impl Send for RTCW
impl Sync for RTCW
impl Unpin for RTCW
impl UnwindSafe for RTCW
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