Struct ruststep::ap203::config_control_design::OpenShell [−][src]
pub struct OpenShell {
pub connected_face_set: ConnectedFaceSet,
}
Fields
connected_face_set: ConnectedFaceSet
Implementations
Constructs a new OpenShell
.
Methods from Deref<Target = ConnectedFaceSet>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ConnectedFaceSet
type Target = ConnectedFaceSet
The resulting type after dereferencing.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for OpenShell
impl UnwindSafe for OpenShell
Blanket Implementations
Mutably borrows from an owned value. Read more