Struct dot::Arrow [] [src]

pub struct Arrow {
    pub arrows: Vec<ArrowShape>,
}

This structure holds all information that can describe an arrow connected to either start or end of an edge.

Fields

Methods

impl Arrow
[src]

[src]

Arrow constructor which returns a default arrow

[src]

Arrow constructor which returns an empty arrow

[src]

Arrow constructor which returns a regular triangle arrow, without modifiers

[src]

Arrow constructor which returns an arrow created by a given ArrowShape.

[src]

Function which converts given arrow into a renderable form.

Trait Implementations

impl Clone for Arrow
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for Arrow
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Arrow
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Arrow
[src]