pub enum RtcPitPeriod {
Show 14 variants
Cyc4,
Cyc8,
Cyc16,
Cyc32,
Cyc64,
Cyc128,
Cyc256,
Cyc512,
Cyc1024,
Cyc2048,
Cyc4096,
Cyc8192,
Cyc16384,
Cyc32768,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtcPitPeriod
impl RefUnwindSafe for RtcPitPeriod
impl Send for RtcPitPeriod
impl Sync for RtcPitPeriod
impl Unpin for RtcPitPeriod
impl UnwindSafe for RtcPitPeriod
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