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 Set<Range> for Properties
[src]

Changes the range of the axis that will be shown

Note All axes are auto-scaled by default

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]

Auto Trait Implementations

impl Send for Range

impl Sync for Range