Enum criterion_plot::Axis [−][src]
pub enum Axis {
BottomX,
LeftY,
RightY,
TopX,
}A coordinate axis
Variants
BottomXX axis on the bottom side of the figure
LeftYY axis on the left side of the figure
RightYY axis on the right side of the figure
TopXX axis on the top side of the figure
Trait Implementations
impl Configure<Axis> for Figure[src]
impl Configure<Axis> for Figuretype Properties = Properties
The properties of what's being configured
fn configure<F>(&mut self, axis: Axis, configure: F) -> &mut Figure where
F: FnOnce(&mut Properties) -> &mut Properties, [src]
fn configure<F>(&mut self, axis: Axis, configure: F) -> &mut Figure where
F: FnOnce(&mut Properties) -> &mut Properties, Configures an axis
impl Clone for Axis[src]
impl Clone for Axisfn clone(&self) -> Axis[src]
fn clone(&self) -> AxisReturns 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 Axis[src]
impl Copy for Axis