Struct tmp006::SensorData [−][src]
Expand description
Data as read from the sensor.
These values can be used to calculate the object temperature as done in
read_object_temperature().
Fields
object_voltage: i16Object voltage: [-32768..32767]
ambient_temperature: i16Ambient temperature: [-8192..8191]
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SensorData
impl Send for SensorData
impl Sync for SensorData
impl Unpin for SensorData
impl UnwindSafe for SensorData
Blanket Implementations
Mutably borrows from an owned value. Read more