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
FilledCurve in criterion_plot::filledcurve - Rust
[go: Go Back, main page]

Struct criterion_plot::filledcurve::FilledCurve[][src]

pub struct FilledCurve<X, Y1, Y2> {
    pub x: X,
    pub y1: Y1,
    pub y2: Y2,
}
Expand description

Fills the area between two curves

Fields

x: X

X coordinate of the data points of both curves

y1: Y1

Y coordinate of the data points of the first curve

y2: Y2

Y coordinate of the data points of the second curve

Trait Implementations

The properties associated to the plot

Plots some data with some configuration

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.