Struct criterion_plot::filledcurve::FilledCurve [−][src]
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
impl<X, Y1, Y2> Plot<FilledCurve<X, Y1, Y2>> for Figure where
X: IntoIterator,
X::Item: Data,
Y1: IntoIterator,
Y1::Item: Data,
Y2: IntoIterator,
Y2::Item: Data,
[src]
X: IntoIterator,
X::Item: Data,
Y1: IntoIterator,
Y1::Item: Data,
Y2: IntoIterator,
Y2::Item: Data,
type Properties = Properties
The properties associated to the plot
fn plot<F>(&mut self, fc: FilledCurve<X, Y1, Y2>, configure: F) -> &mut Figure where
F: FnOnce(&mut Properties) -> &mut Properties,
[src]
F: FnOnce(&mut Properties) -> &mut Properties,
Auto Trait Implementations
impl<X, Y1, Y2> RefUnwindSafe for FilledCurve<X, Y1, Y2> where
X: RefUnwindSafe,
Y1: RefUnwindSafe,
Y2: RefUnwindSafe,
X: RefUnwindSafe,
Y1: RefUnwindSafe,
Y2: RefUnwindSafe,
impl<X, Y1, Y2> Send for FilledCurve<X, Y1, Y2> where
X: Send,
Y1: Send,
Y2: Send,
X: Send,
Y1: Send,
Y2: Send,
impl<X, Y1, Y2> Sync for FilledCurve<X, Y1, Y2> where
X: Sync,
Y1: Sync,
Y2: Sync,
X: Sync,
Y1: Sync,
Y2: Sync,
impl<X, Y1, Y2> Unpin for FilledCurve<X, Y1, Y2> where
X: Unpin,
Y1: Unpin,
Y2: Unpin,
X: Unpin,
Y1: Unpin,
Y2: Unpin,
impl<X, Y1, Y2> UnwindSafe for FilledCurve<X, Y1, Y2> where
X: UnwindSafe,
Y1: UnwindSafe,
Y2: UnwindSafe,
X: UnwindSafe,
Y1: UnwindSafe,
Y2: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,