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§
source§impl Default for CompiledFunction
impl Default for CompiledFunction
source§fn 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§
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