Struct bme680::GasSett[][src]

#[repr(C)]
pub struct GasSett { pub nb_conv: u8, pub heatr_ctrl: Option<u8>, pub run_gas_measurement: bool, pub heatr_temp: Option<u16>, pub heatr_dur: Option<Duration>, pub ambient_temperature: i8, }

Gas measurement settings

Fields

Heater control

Enable measurement of gas, disabled by default

Heater temperature

Profile duration

Trait Implementations

impl Debug for GasSett
[src]

Formats the value using the given formatter. Read more

impl Default for GasSett
[src]

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

impl Copy for GasSett
[src]

impl Clone for GasSett
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GasSett

impl Sync for GasSett