[−][src]Struct wasmer_compiler::CompiledFunction
The result of compiling a WebAssembly function.
This structure only have the compiled information data (function bytecode body, relocations, traps, jump tables and unwind information).
Fields
body: FunctionBody
The function body.
relocations: Vec<Relocation>
The relocations (in the body)
jt_offsets: JumpTableOffsets
The jump tables offsets (in the body).
frame_info: CompiledFunctionFrameInfo
The frame information.
Trait Implementations
impl Clone for CompiledFunction
[src][+]
impl Debug for CompiledFunction
[src][+]
impl<'de> Deserialize<'de> for CompiledFunction
[src][+]
impl Eq for CompiledFunction
[src]
impl PartialEq<CompiledFunction> for CompiledFunction
[src][+]
impl Serialize for CompiledFunction
[src][+]
impl StructuralEq for CompiledFunction
[src]
impl StructuralPartialEq for CompiledFunction
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,