Struct rta_for_fps_lib::iterators::curve::InverseCurveIterator[][src]

pub struct InverseCurveIterator<I, C> { /* fields omitted */ }
Expand description

Calculate the Inverse of a Curve directly rather than calculating the delta between total and the curve

Implementations

Create a new InverseCurveIterator

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

The type of the curve being iterated

calculate and returns the next window of the curve iterator advancing the iterator in the process Read more

collect the iterator mirroring core::iter::Iterator::collect

reclassify a CurveIterator

normalize the CurveIterator by combining adjacent windows

Basically core::iter::Iterator::take_while but for CurveIterator

Basically core::iter::Iterator::fuse but for CurveIterator

Wrap the CurveIterator to allow usage of standart Iterator adapters

Formats the value using the given formatter. Read more

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.