Enum ruststep::ap201::explicit_draughting::BoundedCurveAny [−][src]
pub enum BoundedCurveAny {
BoundedCurve(Box<BoundedCurve>),
BSplineCurve(Box<BSplineCurveAny>),
CompositeCurve(Box<CompositeCurve>),
Polyline(Box<Polyline>),
TrimmedCurve(Box<TrimmedCurve>),
}
Variants
BoundedCurve(Box<BoundedCurve>)
Tuple Fields of BoundedCurve
0: Box<BoundedCurve>
BSplineCurve(Box<BSplineCurveAny>)
Tuple Fields of BSplineCurve
0: Box<BSplineCurveAny>
CompositeCurve(Box<CompositeCurve>)
Tuple Fields of CompositeCurve
0: Box<CompositeCurve>
TrimmedCurve(Box<TrimmedCurve>)
Tuple Fields of TrimmedCurve
0: Box<TrimmedCurve>
Trait Implementations
Performs the conversion.
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 BoundedCurveAny
impl Send for BoundedCurveAny
impl Sync for BoundedCurveAny
impl Unpin for BoundedCurveAny
impl UnwindSafe for BoundedCurveAny
Blanket Implementations
Mutably borrows from an owned value. Read more