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