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