Struct ipc_queue::AsyncSender [−][src]
pub struct AsyncSender<T: 'static, S> { /* fields omitted */ }Implementations
Consumes self and returns a DescriptorGuard.
The returned guard can be used to make FifoDescriptors that remain
valid as long as the guard is not dropped.
Trait Implementations
Auto Trait Implementations
impl<T, S> !RefUnwindSafe for AsyncSender<T, S>
impl<T, S> Unpin for AsyncSender<T, S> where
S: Unpin,
impl<T, S> !UnwindSafe for AsyncSender<T, S>
Blanket Implementations
Mutably borrows from an owned value. Read more