Struct ruststep::ap203::config_control_design::WireShell [−][src]
pub struct WireShell {
pub topological_representation_item: TopologicalRepresentationItem,
pub wire_shell_extent: Vec<LoopAny>,
}
Fields
topological_representation_item: TopologicalRepresentationItem
wire_shell_extent: Vec<LoopAny>
Implementations
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
wire_shell_extent: Vec<LoopAny>
) -> Self
pub fn new(
topological_representation_item: TopologicalRepresentationItem,
wire_shell_extent: Vec<LoopAny>
) -> Self
Constructs a new WireShell
.
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 WireShell
impl UnwindSafe for WireShell
Blanket Implementations
Mutably borrows from an owned value. Read more