Struct ruststep::ap203::config_control_design::MassMeasureWithUnit [−][src]
pub struct MassMeasureWithUnit {
pub measure_with_unit: MeasureWithUnit,
}
Fields
measure_with_unit: MeasureWithUnit
Implementations
Constructs a new MassMeasureWithUnit
.
Methods from Deref<Target = MeasureWithUnit>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = MeasureWithUnit
type Target = MeasureWithUnit
The resulting type after dereferencing.
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 MassMeasureWithUnit
impl Send for MassMeasureWithUnit
impl Sync for MassMeasureWithUnit
impl Unpin for MassMeasureWithUnit
impl UnwindSafe for MassMeasureWithUnit
Blanket Implementations
Mutably borrows from an owned value. Read more