Enum criterion_plot::key::Position
[−]
[src]
pub enum Position {
Inside(Vertical, Horizontal),
Outside(Vertical, Horizontal),
}Position of the key
Variants
Inside(Vertical, Horizontal)Inside the area surrounded by the four (BottomX, TopX, LeftY and RightY) axes
Outside(Vertical, Horizontal)Outside of that area
Trait Implementations
impl Clone for Position[src]
fn clone(&self) -> Position[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more