Struct wasmtime_runtime::GdbJitImageRegistration
source · [−]pub struct GdbJitImageRegistration { /* private fields */ }
Expand description
Registeration for JIT image
Implementations
Trait Implementations
sourceimpl Drop for GdbJitImageRegistration
impl Drop for GdbJitImageRegistration
impl Send for GdbJitImageRegistration
impl Sync for GdbJitImageRegistration
Auto Trait Implementations
impl RefUnwindSafe for GdbJitImageRegistration
impl Unpin for GdbJitImageRegistration
impl UnwindSafe for GdbJitImageRegistration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more