Struct bme280::Measurements
source · [−]pub struct Measurements<E> {
pub temperature: f32,
pub pressure: f32,
pub humidity: f32,
/* private fields */
}Expand description
Measurement data
Fields
temperature: f32temperature in degrees celsius
pressure: f32pressure in pascals
humidity: f32percent relative humidity (0 with BMP280)
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for Measurements<E> where
E: RefUnwindSafe,
impl<E> Send for Measurements<E> where
E: Send,
impl<E> Sync for Measurements<E> where
E: Sync,
impl<E> Unpin for Measurements<E> where
E: Unpin,
impl<E> UnwindSafe for Measurements<E> where
E: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more