Enum criterion_plot::Range [−][src]
Axis range
Variants
AutoAutoscale the axis
Limits(f64, f64)Set the limits of the axis
Trait Implementations
impl Set<Range> for Properties[src]
impl Set<Range> for Propertiesfn set(&mut self, range: Range) -> &mut Properties[src]
fn set(&mut self, range: Range) -> &mut PropertiesChanges the range of the axis that will be shown
Note All axes are auto-scaled by default
impl Clone for Range[src]
impl Clone for Rangefn clone(&self) -> Range[src]
fn clone(&self) -> RangeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Range[src]
impl Copy for Range