Enum criterion_plot::key::Stacked
[−]
[src]
pub enum Stacked {
Horizontally,
Vertically,
}How the entries of the key are stacked
Variants
HorizontallyVerticallyTrait Implementations
impl Clone for Stacked[src]
fn clone(&self) -> Stacked
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