Struct criterion_plot::FontSize[][src]

pub struct FontSize(pub f64);

The size of a font

Trait Implementations

impl Set<FontSize> for Figure
[src]

Changes the size of the font

Panics

Panics if size is a non-positive value

impl Clone for FontSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FontSize
[src]

Auto Trait Implementations

impl Send for FontSize

impl Sync for FontSize