Struct bbqueue::framed::FrameProducer[][src]

pub struct FrameProducer<'a, const N: usize> { /* fields omitted */ }
Expand description

A producer of Framed data

Implementations

Receive a grant for a frame with a maximum size of max_sz in bytes.

This size does not include the size of the frame header. The exact size of the frame can be set on commit.

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.