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