Struct wireplumber_sys::WpClient
source · #[repr(C)]pub struct WpClient { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WpClient
impl RefUnwindSafe for WpClient
impl !Send for WpClient
impl !Sync for WpClient
impl !Unpin for WpClient
impl UnwindSafe for WpClient
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