Enum ruststep::ap203::config_control_design::SurfaceCurveAny [−][src]
pub enum SurfaceCurveAny {
SurfaceCurve(Box<SurfaceCurve>),
BoundedSurfaceCurve(Box<BoundedSurfaceCurve>),
IntersectionCurve(Box<IntersectionCurve>),
SeamCurve(Box<SeamCurve>),
}
Variants
SurfaceCurve(Box<SurfaceCurve>)
Tuple Fields of SurfaceCurve
0: Box<SurfaceCurve>
BoundedSurfaceCurve(Box<BoundedSurfaceCurve>)
Tuple Fields of BoundedSurfaceCurve
IntersectionCurve(Box<IntersectionCurve>)
Tuple Fields of IntersectionCurve
0: Box<IntersectionCurve>
Trait Implementations
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 RefUnwindSafe for SurfaceCurveAny
impl Send for SurfaceCurveAny
impl Sync for SurfaceCurveAny
impl Unpin for SurfaceCurveAny
impl UnwindSafe for SurfaceCurveAny
Blanket Implementations
Mutably borrows from an owned value. Read more