Struct pipewire::channel::AttachedReceiver
source · pub struct AttachedReceiver<'l, T>where
T: 'static,{ /* private fields */ }
Expand description
A Receiver
that has been attached to a loop.
Dropping this will cause it to be detached from the loop, so no more messages will be received.
Implementations§
Auto Trait Implementations§
impl<'l, T> !RefUnwindSafe for AttachedReceiver<'l, T>
impl<'l, T> !Send for AttachedReceiver<'l, T>
impl<'l, T> !Sync for AttachedReceiver<'l, T>
impl<'l, T> Unpin for AttachedReceiver<'l, T>
impl<'l, T> !UnwindSafe for AttachedReceiver<'l, T>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more