Struct shtc1::MeasurementRaw[][src]

pub struct MeasurementRaw {
    pub temperature: u16,
    pub humidity: u16,
}

Fields

Trait Implementations

impl Debug for MeasurementRaw
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations