Enum gnuplot::ArrowheadType [] [src]

pub enum ArrowheadType {
    Open,
    Closed,
    Filled,
    NoArrow,
}

An enumeration of possible arrow head styles

Variants

An arrow head shaped like a 'V'

An arrow head shaped like an outlined triangle

An arrow head shaped like a filled triangle

No arrow head

Trait Implementations

impl Copy for ArrowheadType
[src]

impl Clone for ArrowheadType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ArrowheadType

impl Sync for ArrowheadType