Enum criterion_plot::Grid [−][src]
pub enum Grid {
Major,
Minor,
}Grid line
Variants
MajorMajor gridlines
MinorMinor gridlines
Trait Implementations
impl Configure<Grid> for Properties[src]
impl Configure<Grid> for Propertiestype Properties = Properties
The properties of what's being configured
fn configure<F>(&mut self, grid: Grid, configure: F) -> &mut Properties where
F: FnOnce(&mut Properties) -> &mut Properties, [src]
fn configure<F>(&mut self, grid: Grid, configure: F) -> &mut Properties where
F: FnOnce(&mut Properties) -> &mut Properties, Configures the gridlines
impl Clone for Grid[src]
impl Clone for Gridfn clone(&self) -> Grid[src]
fn clone(&self) -> GridReturns 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 Grid[src]
impl Copy for Grid