Struct wireplumber::plugin::ModuleWrapper
source · pub struct ModuleWrapper<T>(/* private fields */);
Expand description
Catches panics from a ModuleExport initializer
Trait Implementations§
source§impl<T: ModuleExport> ModuleExport for ModuleWrapper<T>
impl<T: ModuleExport> ModuleExport for ModuleWrapper<T>
Auto Trait Implementations§
impl<T> Freeze for ModuleWrapper<T>
impl<T> RefUnwindSafe for ModuleWrapper<T>where
T: RefUnwindSafe,
impl<T> Send for ModuleWrapper<T>where
T: Send,
impl<T> Sync for ModuleWrapper<T>where
T: Sync,
impl<T> Unpin for ModuleWrapper<T>where
T: Unpin,
impl<T> UnwindSafe for ModuleWrapper<T>where
T: UnwindSafe,
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