Enum bme280_rs::StandbyTime
source · 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 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 moresource§impl Debug for StandbyTime
impl Debug for StandbyTime
source§impl Default for StandbyTime
impl Default for StandbyTime
source§impl PartialEq for StandbyTime
impl PartialEq for StandbyTime
source§fn eq(&self, other: &StandbyTime) -> bool
fn eq(&self, other: &StandbyTime) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for StandbyTime
impl Eq for StandbyTime
impl StructuralPartialEq for StandbyTime
Auto Trait Implementations§
impl RefUnwindSafe for StandbyTime
impl Send for StandbyTime
impl Sync for StandbyTime
impl Unpin 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