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