Struct tinkerforge::barometer_v2_bricklet::TemperatureCallbackConfiguration [−][src]
pub struct TemperatureCallbackConfiguration {
pub period: u32,
pub value_has_to_change: bool,
pub option: char,
pub min: i32,
pub max: i32,
}
Fields
period: u32
value_has_to_change: bool
option: char
min: i32
max: i32
Trait Implementations
Returns the “default value” for a type. Read more
Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
Deserialize the implementing type from a byte slice.
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 Send for TemperatureCallbackConfiguration
impl Sync for TemperatureCallbackConfiguration
impl Unpin for TemperatureCallbackConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self