pub enum BMP180PressureMode {
BMP180UltraLowPower,
BMP180Standard,
BMP180HighResolution,
BMP180UltraHighResolution,
}Variants§
Implementations§
Source§impl BMP180PressureMode
impl BMP180PressureMode
pub fn get_mode_value(self) -> u8
pub fn mode_delay(self) -> Duration
Trait Implementations§
Source§impl Clone for BMP180PressureMode
impl Clone for BMP180PressureMode
Source§fn clone(&self) -> BMP180PressureMode
fn clone(&self) -> BMP180PressureMode
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 BMP180PressureMode
Auto Trait Implementations§
impl Freeze for BMP180PressureMode
impl RefUnwindSafe for BMP180PressureMode
impl Send for BMP180PressureMode
impl Sync for BMP180PressureMode
impl Unpin for BMP180PressureMode
impl UnwindSafe for BMP180PressureMode
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