Struct criterion_plot::grid::Properties [−][src]
pub struct Properties { /* fields omitted */ }
Gridline properties
Methods
impl Properties
[src]
impl Properties
pub fn hide(&mut self) -> &mut Properties
[src]
pub fn hide(&mut self) -> &mut Properties
Hides the gridlines
Note Both Major
and Minor
gridlines are hidden by default
pub fn show(&mut self) -> &mut Properties
[src]
pub fn show(&mut self) -> &mut Properties
Shows the gridlines
Trait Implementations
impl Clone for Properties
[src]
impl Clone for Properties
fn clone(&self) -> Properties
[src]
fn clone(&self) -> Properties
Returns 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 Properties
[src]
impl Copy for Properties
Auto Trait Implementations
impl Send for Properties
impl Send for Properties
impl Sync for Properties
impl Sync for Properties