Struct criterion_plot::FontSize [−][src]
pub struct FontSize(pub f64);
The size of a font
Trait Implementations
impl Set<FontSize> for Figure[src]
impl Set<FontSize> for Figureimpl Clone for FontSize[src]
impl Clone for FontSizefn clone(&self) -> FontSize[src]
fn clone(&self) -> FontSizeReturns 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 FontSize[src]
impl Copy for FontSize