Enum criterion::AxisScale [−][src]
pub enum AxisScale {
Linear,
Logarithmic,
}Axis scaling type
Variants
LinearAxes scale linearly
LogarithmicAxes scale logarithmically
Trait Implementations
impl Debug for AxisScale[src]
impl Debug for AxisScalefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for AxisScale[src]
impl Clone for AxisScalefn clone(&self) -> AxisScale[src]
fn clone(&self) -> AxisScaleReturns 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 AxisScale[src]
impl Copy for AxisScale