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