Struct criterion_plot::PointSize [] [src]

pub struct PointSize(pub f64);

Size of the points

Trait Implementations

impl Clone for PointSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PointSize
[src]