Enum gnuplot::ArrowheadType [] [src]

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

An enumeration of possible arrow head styles

Variants

Open

An arrow head shaped like a 'V'

Closed

An arrow head shaped like an outlined triangle

Filled

An arrow head shaped like a filled triangle

NoArrow

No arrow head

Trait Implementations

impl Clone for ArrowheadType
[src]

fn clone(&self) -> ArrowheadType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for ArrowheadType
[src]