Enum criterion_plot::Range [] [src]

pub enum Range {
    Auto,
    Limits(f64f64),
}

Axis range

Variants

Autoscale the axis

Set the limits of the axis

Trait Implementations

impl Clone for Range
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Range
[src]