Struct resol_vbus::LiveDataBuffer[][src]

pub struct LiveDataBuffer { /* fields omitted */ }
Expand description

A size-adapting buffer that supports decoding VBus live data. See BlobBuffer for details.

Implementations

Constructs a LiveDataReader.

Write bytes to the internal buffer.

Try to peek length of valid blob in internal buffer.

Try to read a valid blob of bytes from internal buffer.

Try to read a valid blob of bytes as Data from internal buffer.

Get amount of already read bytes.

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.