Struct criterion_plot::LineWidth[][src]

pub struct LineWidth(pub f64);

Width of the lines

Trait Implementations

impl Set<LineWidth> for Properties
[src]

Changes the width of the line

Panics

Panics if width is a non-positive value

impl Set<LineWidth> for Properties
[src]

Changes the width of the line

Panics

Panics if width is a non-positive value

impl Set<LineWidth> for Properties
[src]

Changes the linewidth

Panics

Panics if lw is a non-positive value

impl Clone for LineWidth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LineWidth
[src]

Auto Trait Implementations

impl Send for LineWidth

impl Sync for LineWidth