Struct ruststep::ap203::config_control_design::ManifoldSolidBrep [−][src]
pub struct ManifoldSolidBrep {
pub solid_model: SolidModel,
pub outer: ClosedShellAny,
}
Fields
solid_model: SolidModel
outer: ClosedShellAny
Implementations
Constructs a new ManifoldSolidBrep
.
Methods from Deref<Target = SolidModel>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
type Target = SolidModel
type Target = SolidModel
The resulting type after dereferencing.
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 ManifoldSolidBrep
impl Send for ManifoldSolidBrep
impl Sync for ManifoldSolidBrep
impl Unpin for ManifoldSolidBrep
impl UnwindSafe for ManifoldSolidBrep
Blanket Implementations
Mutably borrows from an owned value. Read more