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