Struct bme680::CalibData

source ·
#[repr(C)]
pub struct CalibData {
Show 26 fields pub par_h1: u16, pub par_h2: u16, pub par_h3: i8, pub par_h4: i8, pub par_h5: i8, pub par_h6: u8, pub par_h7: i8, pub par_gh1: i8, pub par_gh2: i16, pub par_gh3: i8, pub par_t1: u16, pub par_t2: i16, pub par_t3: i8, pub par_p1: u16, pub par_p2: i16, pub par_p3: i8, pub par_p4: i16, pub par_p5: i16, pub par_p6: i8, pub par_p7: i8, pub par_p8: i16, pub par_p9: i16, pub par_p10: u8, pub res_heat_range: u8, pub res_heat_val: i8, pub range_sw_err: u8,
}
Expand description

Calibration data used during initalization

Fields

par_h1: u16par_h2: u16par_h3: i8par_h4: i8par_h5: i8par_h6: u8par_h7: i8par_gh1: i8par_gh2: i16par_gh3: i8par_t1: u16par_t2: i16par_t3: i8par_p1: u16par_p2: i16par_p3: i8par_p4: i16par_p5: i16par_p6: i8par_p7: i8par_p8: i16par_p9: i16par_p10: u8res_heat_range: u8res_heat_val: i8range_sw_err: u8

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.