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