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