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