Enum gnuplot::BorderLocation2D [] [src]

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

Plot border locations

Variants

BottomLeftTopRight

Trait Implementations

impl Clone for BorderLocation2D
[src]

fn clone(&self) -> BorderLocation2D

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 BorderLocation2D
[src]