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