pub enum BMP280PowerMode {
SleepMode = 0,
NormalMode = 3,
ForcedMode = 1,
}Variants§
Trait Implementations§
Source§impl Clone for BMP280PowerMode
impl Clone for BMP280PowerMode
Source§fn clone(&self) -> BMP280PowerMode
fn clone(&self) -> BMP280PowerMode
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 moreimpl Copy for BMP280PowerMode
Auto Trait Implementations§
impl Freeze for BMP280PowerMode
impl RefUnwindSafe for BMP280PowerMode
impl Send for BMP280PowerMode
impl Sync for BMP280PowerMode
impl Unpin for BMP280PowerMode
impl UnwindSafe for BMP280PowerMode
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