Struct criterion_plot::ScaleFactor [] [src]

pub struct ScaleFactor(pub f64);

Axis scale factor

Trait Implementations

impl Set<ScaleFactor> for Properties
[src]

[src]

Changes the scale factor of the axis.

All the data plotted against this axis will have its corresponding coordinate scaled with this factor before being plotted.

Note The default scale factor is 1.

impl Clone for ScaleFactor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ScaleFactor
[src]

Auto Trait Implementations

impl Send for ScaleFactor

impl Sync for ScaleFactor