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