Enum criterion_plot::key::Horizontal [] [src]

pub enum Horizontal {
    Center,
    Left,
    Right,
}

Horizontal position of the key

Variants

Center of the figure

Left border of the figure

Right border of the figure

Trait Implementations

impl Clone for Horizontal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Horizontal
[src]