Struct pipewire_wrapper::core_api::factory::events::FactoryEventsBuilder
source · pub struct FactoryEventsBuilder<'f> { /* private fields */ }
Expand description
Builder for FactoryEvents
.
Implementations§
source§impl<'f> FactoryEventsBuilder<'f>
impl<'f> FactoryEventsBuilder<'f>
pub fn info(self, value: InfoCallback<'f>) -> Self
source§impl<'f> FactoryEventsBuilder<'f>
impl<'f> FactoryEventsBuilder<'f>
pub fn build(self) -> Pin<Box<FactoryEvents<'f>>>
Trait Implementations§
Auto Trait Implementations§
impl<'f> !RefUnwindSafe for FactoryEventsBuilder<'f>
impl<'f> !Send for FactoryEventsBuilder<'f>
impl<'f> !Sync for FactoryEventsBuilder<'f>
impl<'f> Unpin for FactoryEventsBuilder<'f>
impl<'f> !UnwindSafe for FactoryEventsBuilder<'f>
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