Struct bme680::SensorSettings[][src]

pub struct SensorSettings {
    pub gas_sett: GasSett,
    pub tph_sett: TphSett,
}

Stores gas and temperature settings

Fields

Gas settings

Temperature settings

Trait Implementations

impl Debug for SensorSettings
[src]

Formats the value using the given formatter. Read more

impl Default for SensorSettings
[src]

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

impl Copy for SensorSettings
[src]

impl Clone for SensorSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations