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