Struct rtlola_interpreter::Total[][src]

pub struct Total {
    pub inputs: Vec<Option<Value>>,
    pub outputs: Vec<Option<Value>>,
}
Expand description

Represents a snapshot of the monitor containing the current value of each output stream.

The ith value in the vector is the current value of the ith input or output stream.

Fields

inputs: Vec<Option<Value>>outputs: Vec<Option<Value>>

Trait Implementations

Formats the value using the given formatter. Read more

Creates a snapshot of the streams values.

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.

Should always be Self

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.