Struct pipewire::proxy::ProxyListenerLocalBuilder
source · pub struct ProxyListenerLocalBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ProxyListenerLocalBuilder<'a>
impl<'a> ProxyListenerLocalBuilder<'a>
pub fn destroy<F>(self, destroy: F) -> Selfwhere
F: Fn() + 'static,
pub fn bound<F>(self, bound: F) -> Self
pub fn removed<F>(self, removed: F) -> Selfwhere
F: Fn() + 'static,
pub fn done<F>(self, done: F) -> Self
pub fn error<F>(self, error: F) -> Self
pub fn register(self) -> ProxyListener
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ProxyListenerLocalBuilder<'a>
impl<'a> !Send for ProxyListenerLocalBuilder<'a>
impl<'a> !Sync for ProxyListenerLocalBuilder<'a>
impl<'a> Unpin for ProxyListenerLocalBuilder<'a>
impl<'a> !UnwindSafe for ProxyListenerLocalBuilder<'a>
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