Struct betterstreams::ChunkedStreamInfo[][src]

pub struct ChunkedStreamInfo {
    pub stream: DynIoStream,
    pub chunk_size: u64,
    pub total_size: u64,
}
Expand description

A stream that can be part of a larger file.

Fields

stream: DynIoStream

The stream data.

chunk_size: u64

The size of the current stream chunk, in bytes.

total_size: u64

The total size of the file the stream was extracted from, in bytes.

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.