Enum ruststep::ap201::explicit_draughting::PointAny [−][src]
pub enum PointAny {
Point(Box<Point>),
CartesianPoint(Box<CartesianPoint>),
PointOnCurve(Box<PointOnCurve>),
}
Variants
CartesianPoint(Box<CartesianPoint>)
Tuple Fields of CartesianPoint
0: Box<CartesianPoint>
PointOnCurve(Box<PointOnCurve>)
Tuple Fields of PointOnCurve
0: Box<PointOnCurve>
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