Struct pipewire::factory::FactoryListenerLocalBuilder
source · pub struct FactoryListenerLocalBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> FactoryListenerLocalBuilder<'a>
impl<'a> FactoryListenerLocalBuilder<'a>
pub fn info<F>(self, info: F) -> Selfwhere
F: Fn(&FactoryInfoRef) + 'static,
pub fn register(self) -> FactoryListener
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for FactoryListenerLocalBuilder<'a>
impl<'a> !Send for FactoryListenerLocalBuilder<'a>
impl<'a> !Sync for FactoryListenerLocalBuilder<'a>
impl<'a> Unpin for FactoryListenerLocalBuilder<'a>
impl<'a> !UnwindSafe for FactoryListenerLocalBuilder<'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