Struct criterion_plot::Size [] [src]

pub struct Size(pub usize, pub usize);

Figure size

Trait Implementations

impl Clone for Size
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Size
[src]