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