Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion_plot::LineWidth - Rust
[go: Go Back, main page]

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