pub enum SpinCounterPeriodicity {
None,
Short,
Medium,
Long,
}
Expand description
The number of bits to use from the UTC timestamp
Variants§
Trait Implementations§
Source§impl Clone for SpinCounterPeriodicity
impl Clone for SpinCounterPeriodicity
Source§fn clone(&self) -> SpinCounterPeriodicity
fn clone(&self) -> SpinCounterPeriodicity
Returns a duplicate 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 moreSource§impl Debug for SpinCounterPeriodicity
impl Debug for SpinCounterPeriodicity
impl Copy for SpinCounterPeriodicity
Auto Trait Implementations§
impl Freeze for SpinCounterPeriodicity
impl RefUnwindSafe for SpinCounterPeriodicity
impl Send for SpinCounterPeriodicity
impl Sync for SpinCounterPeriodicity
impl Unpin for SpinCounterPeriodicity
impl UnwindSafe for SpinCounterPeriodicity
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