Struct ruststep::ap201::explicit_draughting::DiameterDimension [−][src]
pub struct DiameterDimension {
pub dimension_curve_directed_callout: DimensionCurveDirectedCallout,
}
Fields
dimension_curve_directed_callout: DimensionCurveDirectedCallout
Implementations
Constructs a new DiameterDimension
.
Methods from Deref<Target = DimensionCurveDirectedCallout>
Trait Implementations
Performs the conversion.
Performs the conversion.
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 DiameterDimension
impl Send for DiameterDimension
impl Sync for DiameterDimension
impl Unpin for DiameterDimension
impl UnwindSafe for DiameterDimension
Blanket Implementations
Mutably borrows from an owned value. Read more