pub struct ModuleLoader(/* private fields */);Expand description
A module loader for loading shared libraries.
Implementations§
Source§impl ModuleLoader
impl ModuleLoader
Trait Implementations§
Source§impl Drop for ModuleLoader
impl Drop for ModuleLoader
Auto Trait Implementations§
impl !Send for ModuleLoader
impl !Sync for ModuleLoader
impl Freeze for ModuleLoader
impl RefUnwindSafe for ModuleLoader
impl Unpin for ModuleLoader
impl UnsafeUnpin for ModuleLoader
impl UnwindSafe for ModuleLoader
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