Struct ruststep::ap203::config_control_design::VertexShell [−][src]
pub struct VertexShell {
pub topological_representation_item: TopologicalRepresentationItem,
pub vertex_shell_extent: VertexLoop,
}
Fields
topological_representation_item: TopologicalRepresentationItem
vertex_shell_extent: VertexLoop
Implementations
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
vertex_shell_extent: VertexLoop
) -> Self
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
vertex_shell_extent: VertexLoop
) -> Self
Constructs a new VertexShell
.
Methods from Deref<Target = TopologicalRepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
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 VertexShell
impl Send for VertexShell
impl Sync for VertexShell
impl Unpin for VertexShell
impl UnwindSafe for VertexShell
Blanket Implementations
Mutably borrows from an owned value. Read more