Struct criterion_plot::Size[][src]

pub struct Size(pub usize, pub usize);

Figure size

Trait Implementations

impl Set<Size> for Figure
[src]

Changes the figure size

impl Clone for Size
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Size
[src]

Auto Trait Implementations

impl Send for Size

impl Sync for Size