[−][src]Struct wasmer_compiler::CompiledFunctionFrameInfo
The frame info for a Compiled function.
This structure is only used for reconstructing
the frame information after a Trap
.
Fields
traps: Vec<TrapInformation>
The traps (in the function body).
Code offsets of the traps MUST be in ascending order.
address_map: FunctionAddressMap
The address map.
Trait Implementations
impl Clone for CompiledFunctionFrameInfo
[src][+]
impl Debug for CompiledFunctionFrameInfo
[src][+]
impl Default for CompiledFunctionFrameInfo
[src][+]
impl<'de> Deserialize<'de> for CompiledFunctionFrameInfo
[src][+]
impl Eq for CompiledFunctionFrameInfo
[src]
impl PartialEq<CompiledFunctionFrameInfo> for CompiledFunctionFrameInfo
[src][+]
impl Serialize for CompiledFunctionFrameInfo
[src][+]
impl StructuralEq for CompiledFunctionFrameInfo
[src]
impl StructuralPartialEq for CompiledFunctionFrameInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for CompiledFunctionFrameInfo
[src]
impl Send for CompiledFunctionFrameInfo
[src]
impl Sync for CompiledFunctionFrameInfo
[src]
impl Unpin for CompiledFunctionFrameInfo
[src]
impl UnwindSafe for CompiledFunctionFrameInfo
[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>,