Enum criterion_plot::Range
source · [−]Expand description
Axis range
Variants
Auto
Autoscale the axis
Limits(f64, f64)
Set the limits of the axis
Trait Implementations
sourceimpl Set<Range> for Properties
impl Set<Range> for Properties
sourcefn set(&mut self, range: Range) -> &mut Properties
fn set(&mut self, range: Range) -> &mut Properties
Changes the range of the axis that will be shown
Note All axes are auto-scaled by default
impl Copy for Range
Auto Trait Implementations
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more