Struct ruststep::ap203::config_control_design::MeasureWithUnit [−][src]
pub struct MeasureWithUnit {
pub value_component: MeasureValue,
pub unit_component: Unit,
}
Fields
value_component: MeasureValue
unit_component: Unit
Implementations
Constructs a new MeasureWithUnit
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 MeasureWithUnit
impl Send for MeasureWithUnit
impl Sync for MeasureWithUnit
impl Unpin for MeasureWithUnit
impl UnwindSafe for MeasureWithUnit
Blanket Implementations
Mutably borrows from an owned value. Read more