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