Enum ruststep::ap201::explicit_draughting::CurveAny [−][src]
pub enum CurveAny {
Curve(Box<Curve>),
BoundedCurve(Box<BoundedCurveAny>),
Conic(Box<ConicAny>),
Line(Box<Line>),
OffsetCurve2D(Box<OffsetCurve2D>),
}
Variants
BoundedCurve(Box<BoundedCurveAny>)
Tuple Fields of BoundedCurve
0: Box<BoundedCurveAny>
OffsetCurve2D(Box<OffsetCurve2D>)
Tuple Fields of OffsetCurve2D
0: Box<OffsetCurve2D>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CurveAny
impl UnwindSafe for CurveAny
Blanket Implementations
Mutably borrows from an owned value. Read more