Enum ruststep::ap203::config_control_design::PointAny [−][src]
pub enum PointAny {
Point(Box<Point>),
CartesianPoint(Box<CartesianPoint>),
DegeneratePcurve(Box<DegeneratePcurveAny>),
PointOnCurve(Box<PointOnCurve>),
PointOnSurface(Box<PointOnSurface>),
PointReplica(Box<PointReplica>),
}
Variants
CartesianPoint(Box<CartesianPoint>)
Tuple Fields of CartesianPoint
0: Box<CartesianPoint>
DegeneratePcurve(Box<DegeneratePcurveAny>)
Tuple Fields of DegeneratePcurve
PointOnCurve(Box<PointOnCurve>)
Tuple Fields of PointOnCurve
0: Box<PointOnCurve>
PointOnSurface(Box<PointOnSurface>)
Tuple Fields of PointOnSurface
0: Box<PointOnSurface>
PointReplica(Box<PointReplica>)
Tuple Fields of PointReplica
0: Box<PointReplica>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for PointAny
impl UnwindSafe for PointAny
Blanket Implementations
Mutably borrows from an owned value. Read more