Struct ruststep::ap203::config_control_design::ConnectedFaceSet [−][src]
pub struct ConnectedFaceSet {
pub topological_representation_item: TopologicalRepresentationItem,
pub cfs_faces: Vec<FaceAny>,
}
Fields
topological_representation_item: TopologicalRepresentationItem
cfs_faces: Vec<FaceAny>
Implementations
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
cfs_faces: Vec<FaceAny>
) -> Self
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
cfs_faces: Vec<FaceAny>
) -> Self
Constructs a new ConnectedFaceSet
.
Methods from Deref<Target = TopologicalRepresentationItem>
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.
The resulting type after dereferencing.
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 RefUnwindSafe for ConnectedFaceSet
impl Send for ConnectedFaceSet
impl Sync for ConnectedFaceSet
impl Unpin for ConnectedFaceSet
impl UnwindSafe for ConnectedFaceSet
Blanket Implementations
Mutably borrows from an owned value. Read more