Struct bme280_multibus::Sample
source · [−]Expand description
A sensor sample from the BME280.
Fields
temperature: f32Temperature reading in celsius.
pressure: f32Pressure reading in pascal.
humidity: f32Humidity in perfect relative.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sample
impl Send for Sample
impl Sync for Sample
impl Unpin for Sample
impl UnwindSafe for Sample
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