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::errorbar::Properties - Rust
[go: Go Back, main page]

Struct criterion_plot::errorbar::Properties [] [src]

pub struct Properties { /* fields omitted */ }

Properties common to error bar plots

Trait Implementations

impl Set<Color> for Properties
[src]

[src]

Changes the color of the error bars

impl Set<Label> for Properties
[src]

[src]

Sets the legend label

impl Set<LineType> for Properties
[src]

[src]

Change the line type

Note By default Solid lines are used

impl Set<LineWidth> for Properties
[src]

[src]

Changes the linewidth

Panics

Panics if lw is a non-positive value

impl Set<PointSize> for Properties
[src]

[src]

Changes the size of the points

Panics

Panics if size is a non-positive value

impl Set<PointType> for Properties
[src]

[src]

Changes the point type