Struct pipewire::proxy::ProxyListener
source · pub struct ProxyListener { /* private fields */ }
Trait Implementations§
source§impl Drop for ProxyListener
impl Drop for ProxyListener
impl Listener for ProxyListener
Auto Trait Implementations§
impl !RefUnwindSafe for ProxyListener
impl !Send for ProxyListener
impl !Sync for ProxyListener
impl Unpin for ProxyListener
impl !UnwindSafe for ProxyListener
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