Enum gnuplot::BorderLocation2D[][src]

pub enum BorderLocation2D {
    Bottom,
    Left,
    Top,
    Right,
}

Plot border locations

Variants

Trait Implementations

impl Copy for BorderLocation2D
[src]

impl Clone for BorderLocation2D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations