Enum criterion_plot::Scale [−][src]
pub enum Scale {
Linear,
Logarithmic,
}Expand description
Axis scale
Variants
Trait Implementations
Sets the scale of the axis
Note All axes use a linear scale by default
Auto Trait Implementations
impl RefUnwindSafe for Scaleimpl UnwindSafe for ScaleBlanket Implementations
Mutably borrows from an owned value. Read more