Struct ipc_queue::Receiver[][src]

pub struct Receiver<T: 'static, S> { /* fields omitted */ }

Implementations

Create a Receiver from a FifoDescriptor and Synchronizer.

Safety

In addition to all requirements laid out in Sender::from_descriptor, the caller must ensure the following additional requirements:

  • The caller must ensure that there is at most one Receiver for the queue.

Trait Implementations

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.