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