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