[−][src]Struct wasmtime_environ::CompiledFunction
Compiled function: machine code body, jump table offsets, and unwind information.
Fields
body: Vec<u8>
The machine code for this function.
jt_offsets: JumpTableOffsets
The jump tables offsets (in the body).
unwind_info: Option<UnwindInfo>
The unwind information.
relocations: Vec<Relocation>
address_map: FunctionAddressMap
value_labels_ranges: ValueLabelsRanges
stack_slots: StackSlots
traps: Vec<TrapInformation>
stack_maps: Vec<StackMapInformation>
Trait Implementations
impl Clone for CompiledFunction
[src][+]
impl Debug for CompiledFunction
[src][+]
impl Default 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
[src]
impl Send for CompiledFunction
[src]
impl Sync for CompiledFunction
[src]
impl Unpin for CompiledFunction
[src]
impl UnwindSafe for CompiledFunction
[src]
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>,