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