Enum criterion_plot::key::Vertical
[−]
[src]
pub enum Vertical {
Bottom,
Center,
Top,
}Vertical position of the key
Variants
BottomBottom border of the figure
CenterCenter of the figure
TopTop border of the figure
Trait Implementations
impl Clone for Vertical[src]
fn clone(&self) -> Vertical[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