Enum ruststep::ap203::config_control_design::TopologicalRepresentationItemAny [−][src]
pub enum TopologicalRepresentationItemAny {
TopologicalRepresentationItem(Box<TopologicalRepresentationItem>),
ConnectedEdgeSet(Box<ConnectedEdgeSet>),
ConnectedFaceSet(Box<ConnectedFaceSetAny>),
Edge(Box<EdgeAny>),
Face(Box<FaceAny>),
FaceBound(Box<FaceBoundAny>),
Loop(Box<LoopAny>),
Path(Box<PathAny>),
Vertex(Box<VertexAny>),
VertexShell(Box<VertexShell>),
WireShell(Box<WireShell>),
}
Variants
TopologicalRepresentationItem(Box<TopologicalRepresentationItem>)
Tuple Fields of TopologicalRepresentationItem
ConnectedEdgeSet(Box<ConnectedEdgeSet>)
Tuple Fields of ConnectedEdgeSet
0: Box<ConnectedEdgeSet>
ConnectedFaceSet(Box<ConnectedFaceSetAny>)
Tuple Fields of ConnectedFaceSet
FaceBound(Box<FaceBoundAny>)
Tuple Fields of FaceBound
0: Box<FaceBoundAny>
VertexShell(Box<VertexShell>)
Tuple Fields of VertexShell
0: Box<VertexShell>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 Send for TopologicalRepresentationItemAny
impl Sync for TopologicalRepresentationItemAny
impl Unpin for TopologicalRepresentationItemAny
Blanket Implementations
Mutably borrows from an owned value. Read more