Struct rubble::link::queue::SimpleProducer[][src]

pub struct SimpleProducer<'a> {
    inner: Producer<'a, [u8; 29], 2>,
}
Expand description

Producer (writer) half returned by SimpleQueue::split.

Fields

inner: Producer<'a, [u8; 29], 2>

Trait Implementations

Returns the largest payload size that can be successfully enqueued in the current state. Read more

Enqueues a PDU with known size using a closure. Read more

Enqueues a PDU with known size using a closure. 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.

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.