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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Range
[src]