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