Struct pipewire::stream::StreamListener
source · pub struct StreamListener<D> { /* private fields */ }
Implementations§
source§impl<D> StreamListener<D>
impl<D> StreamListener<D>
sourcepub fn unregister(self)
pub fn unregister(self)
Stop the listener from receiving any events
Removes the listener registration and cleans up allocated resources.
Trait Implementations§
Auto Trait Implementations§
impl<D> !RefUnwindSafe for StreamListener<D>
impl<D> !Send for StreamListener<D>
impl<D> !Sync for StreamListener<D>
impl<D> Unpin for StreamListener<D>
impl<D> !UnwindSafe for StreamListener<D>
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