Enum criterion_plot::Scale
source · [−]pub enum Scale {
Linear,
Logarithmic,
}
Expand description
Axis scale
Variants
Linear
Logarithmic
Trait Implementations
sourceimpl Set<Scale> for Properties
impl Set<Scale> for Properties
sourcefn set(&mut self, scale: Scale) -> &mut Properties
fn set(&mut self, scale: Scale) -> &mut Properties
Sets the scale of the axis
Note All axes use a linear scale by default
impl Copy for Scale
Auto Trait Implementations
impl RefUnwindSafe for Scale
impl Send for Scale
impl Sync for Scale
impl Unpin for Scale
impl UnwindSafe for Scale
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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