Struct ruststep::ap203::config_control_design::ManifoldSolidBrepHolder [−][src]
pub struct ManifoldSolidBrepHolder {
pub solid_model: PlaceHolder<SolidModelHolder>,
pub outer: PlaceHolder<ClosedShellAnyHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
solid_model: PlaceHolder<SolidModelHolder>
outer: PlaceHolder<ClosedShellAnyHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ManifoldSolidBrep>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ManifoldSolidBrep>> + 'table>
Get owned entities as an iterator
type Owned = ManifoldSolidBrep
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ManifoldSolidBrepHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ManifoldSolidBrepHolder
impl Send for ManifoldSolidBrepHolder
impl Sync for ManifoldSolidBrepHolder
impl Unpin for ManifoldSolidBrepHolder
impl UnwindSafe for ManifoldSolidBrepHolder
Blanket Implementations
Mutably borrows from an owned value. Read more