Struct bme680::TphSett[][src]

#[repr(C)]
pub struct TphSett { pub os_hum: Option<OversamplingSetting>, pub os_temp: Option<OversamplingSetting>, pub os_pres: Option<OversamplingSetting>, pub filter: Option<IIRFilterSize>, }

Temperature settings

Fields

Humidity oversampling

Temperature oversampling

Pressure oversampling

Filter coefficient

Trait Implementations

impl Debug for TphSett
[src]

Formats the value using the given formatter. Read more

impl Default for TphSett
[src]

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

impl Copy for TphSett
[src]

impl Clone for TphSett
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TphSett

impl Sync for TphSett