Struct rta_for_fps_lib::window::WindowDeltaResult[][src]

pub struct WindowDeltaResult<P: WindowType, Q: WindowType> {
    pub remaining_supply_head: Window<P>,
    pub remaining_supply_tail: Window<P>,
    pub overlap: Window<Overlap<P, Q>>,
    pub remaining_demand: Window<Q>,
}
Expand description

The Return Type for the Window::delta calculation

Fields

remaining_supply_head: Window<P>

The unused supply at the start of the original supply window

remaining_supply_tail: Window<P>

The unused supply at the end of the original supply window

overlap: Window<Overlap<P, Q>>

The Windows Overlap

remaining_demand: Window<Q>

The unfulfilled “demand”

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.