Enum bmp280_rs::config::measurement_mode::MeasurementMode
source · pub enum MeasurementMode {
Sleep,
Forced,
Normal(MeasurementStandbyTimeMillis),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for MeasurementMode
impl Clone for MeasurementMode
source§fn clone(&self) -> MeasurementMode
fn clone(&self) -> MeasurementMode
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 MeasurementMode
Auto Trait Implementations§
impl RefUnwindSafe for MeasurementMode
impl Send for MeasurementMode
impl Sync for MeasurementMode
impl Unpin for MeasurementMode
impl UnwindSafe for MeasurementMode
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