Struct pipewire::channel::Sender [−][src]
pub struct Sender<T> { /* fields omitted */ }
Expand description
A Sender
can be used to send messages to its associated Receiver
.
It can be freely cloned, so you can send messages from multiple places.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Sender<T>
impl<T> UnwindSafe for Sender<T>
Blanket Implementations
Mutably borrows from an owned value. Read more