Struct ruststep::ap203::config_control_design::Face [−][src]
pub struct Face {
pub topological_representation_item: TopologicalRepresentationItem,
pub bounds: Vec<FaceBoundAny>,
}
Fields
topological_representation_item: TopologicalRepresentationItem
bounds: Vec<FaceBoundAny>
Implementations
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
bounds: Vec<FaceBoundAny>
) -> Self
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
bounds: Vec<FaceBoundAny>
) -> Self
Constructs a new Face
.
Methods from Deref<Target = TopologicalRepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
The resulting type after dereferencing.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Face
impl UnwindSafe for Face
Blanket Implementations
Mutably borrows from an owned value. Read more