Struct bme680::FieldData[][src]

#[repr(C)]
pub struct FieldData { /* fields omitted */ }

Contains read sensors values e.g. temperature, pressure, humidity etc.

Methods

impl FieldData
[src]

Temperature in degree celsius (°C)

Pressure in hectopascal (hPA)

Humidity in % relative humidity

Trait Implementations

impl Debug for FieldData
[src]

Formats the value using the given formatter. Read more

impl Default for FieldData
[src]

Returns the "default value" for a type. Read more

impl Copy for FieldData
[src]

impl Clone for FieldData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FieldData

impl Sync for FieldData