Struct criterion_plot::PointSize[][src]

pub struct PointSize(pub f64);

Size of the points

Trait Implementations

impl Set<PointSize> for Properties
[src]

Changes the size of the points

Panics

Panics if size is a non-positive value

impl Set<PointSize> for Properties
[src]

Changes the size of the points

Panics

Panics if size is a non-positive value

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]

Auto Trait Implementations

impl Send for PointSize

impl Sync for PointSize