Struct bme280::Measurements[][src]

pub struct Measurements<E> {
    pub temperature: f32,
    pub pressure: f32,
    pub humidity: f32,
    // some fields omitted
}

Measurement data

Fields

temperature in degrees celsius

pressure in pascals

percent relative humidity

Trait Implementations

impl<E: Debug> Debug for Measurements<E>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<E> Send for Measurements<E> where
    E: Send

impl<E> Sync for Measurements<E> where
    E: Sync