Struct wasmtime_cranelift::CompiledFunction
source · [−]pub struct CompiledFunction { /* private fields */ }
Expand description
Compiled function: machine code body, jump table offsets, and unwind information.
Trait Implementations
sourceimpl Default for CompiledFunction
impl Default for CompiledFunction
sourcefn default() -> CompiledFunction
fn default() -> CompiledFunction
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CompiledFunction
impl Send for CompiledFunction
impl Sync for CompiledFunction
impl Unpin for CompiledFunction
impl UnwindSafe for CompiledFunction
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