Struct multistream_batch::multi_buf_batch::Stats[][src]

pub struct Stats {
    pub outstanding: usize,
    pub cached_buffers: usize,
}
Expand description

Usage statistics.

Fields

outstanding: usize

Number of outstanding batches.

cached_buffers: usize

Number of cached buffers (not used by outstanding batches).

Trait Implementations

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 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.