Struct wasmtime_jit::ModuleCode
source · [−]pub struct ModuleCode { /* private fields */ }
Expand description
Container for data needed for an Instance function to exist.
Auto Trait Implementations
impl RefUnwindSafe for ModuleCode
impl Send for ModuleCode
impl Sync for ModuleCode
impl Unpin for ModuleCode
impl UnwindSafe for ModuleCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more