pub enum StandbyTime {
Millis0_5,
Millis10,
Millis20,
Millis62_5,
Millis125,
Millis250,
Millis500,
Millis1000,
}Expand description
Standby time between readings in normal mode
Variants§
Millis0_5
0.5 ms
Millis10
10 ms
Millis20
20 ms
Millis62_5
62.5 ms
Millis125
125 ms
Millis250
250 ms
Millis500
500 ms
Millis1000
1000 ms
Trait Implementations§
Source§impl Clone for StandbyTime
impl Clone for StandbyTime
Source§fn clone(&self) -> StandbyTime
fn clone(&self) -> StandbyTime
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 StandbyTime
impl Debug for StandbyTime
Source§impl Default for StandbyTime
impl Default for StandbyTime
Source§fn default() -> StandbyTime
fn default() -> StandbyTime
Returns the “default value” for a type. Read more
Source§impl PartialEq for StandbyTime
impl PartialEq for StandbyTime
impl Copy for StandbyTime
impl Eq for StandbyTime
impl StructuralPartialEq for StandbyTime
Auto Trait Implementations§
impl Freeze for StandbyTime
impl RefUnwindSafe for StandbyTime
impl Send for StandbyTime
impl Sync for StandbyTime
impl Unpin for StandbyTime
impl UnsafeUnpin for StandbyTime
impl UnwindSafe for StandbyTime
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