pub enum RtcPrescaler {
Show 16 variants
Div1,
Div2,
Div4,
Div8,
Div16,
Div32,
Div64,
Div128,
Div256,
Div512,
Div1024,
Div2048,
Div4096,
Div8192,
Div16384,
Div32768,
}
Variants§
Div1
Div2
Div4
Div8
Div16
Div32
Div64
Div128
Div256
Div512
Div1024
Div2048
Div4096
Div8192
Div16384
Div32768
Trait Implementations§
source§impl Clone for RtcPrescaler
impl Clone for RtcPrescaler
source§fn clone(&self) -> RtcPrescaler
fn clone(&self) -> RtcPrescaler
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RtcPrescaler
Auto Trait Implementations§
impl Freeze for RtcPrescaler
impl RefUnwindSafe for RtcPrescaler
impl Send for RtcPrescaler
impl Sync for RtcPrescaler
impl Unpin for RtcPrescaler
impl UnwindSafe for RtcPrescaler
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