Struct tinkerforge::hall_effect_v2_bricklet::MagneticFluxDensityCallbackConfiguration [−][src]
pub struct MagneticFluxDensityCallbackConfiguration {
pub period: u32,
pub value_has_to_change: bool,
pub option: char,
pub min: i16,
pub max: i16,
}Fields
period: u32value_has_to_change: booloption: charmin: i16max: i16Trait 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
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self