Enum dynlink::context::LoadedOrUnloaded
source · pub enum LoadedOrUnloaded {
Unloaded(UnloadedLibrary),
Loaded(Library),
}
Variants§
Unloaded(UnloadedLibrary)
Loaded(Library)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Crossing for LoadedOrUnloaded
impl !ObjSafe for LoadedOrUnloaded
impl RefUnwindSafe for LoadedOrUnloaded
impl Send for LoadedOrUnloaded
impl Sync for LoadedOrUnloaded
impl Unpin for LoadedOrUnloaded
impl UnwindSafe for LoadedOrUnloaded
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