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]
type 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]
F: FnOnce(&mut Properties) -> &mut Properties,
Configures an axis
impl Clone for Axis[src]
fn clone(&self) -> Axis[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more