Enum ruststep::ap201::explicit_draughting::DimensionCurveDirectedCalloutAny [−][src]
pub enum DimensionCurveDirectedCalloutAny {
DimensionCurveDirectedCallout(Box<DimensionCurveDirectedCallout>),
AngularDimension(Box<AngularDimension>),
CurveDimension(Box<CurveDimension>),
DiameterDimension(Box<DiameterDimension>),
LinearDimension(Box<LinearDimension>),
RadiusDimension(Box<RadiusDimension>),
}
Variants
DimensionCurveDirectedCallout(Box<DimensionCurveDirectedCallout>)
Tuple Fields of DimensionCurveDirectedCallout
AngularDimension(Box<AngularDimension>)
Tuple Fields of AngularDimension
0: Box<AngularDimension>
CurveDimension(Box<CurveDimension>)
Tuple Fields of CurveDimension
0: Box<CurveDimension>
DiameterDimension(Box<DiameterDimension>)
Tuple Fields of DiameterDimension
0: Box<DiameterDimension>
LinearDimension(Box<LinearDimension>)
Tuple Fields of LinearDimension
0: Box<LinearDimension>
RadiusDimension(Box<RadiusDimension>)
Tuple Fields of RadiusDimension
0: Box<RadiusDimension>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 Send for DimensionCurveDirectedCalloutAny
impl Sync for DimensionCurveDirectedCalloutAny
impl Unpin for DimensionCurveDirectedCalloutAny
Blanket Implementations
Mutably borrows from an owned value. Read more