[−][src]Enum wasmer_compiler::CompiledFunctionUnwindInfo
Compiled function unwind information.
Note: Windows OS have a different way of representing the unwind info, That's why we keep the Windows data and the Unix frame layout in different fields.
Variants
Windows UNWIND_INFO.
The unwind info is added to the Dwarf section in Compilation
.
Trait Implementations
impl Clone for CompiledFunctionUnwindInfo
[src][+]
impl Debug for CompiledFunctionUnwindInfo
[src][+]
impl<'de> Deserialize<'de> for CompiledFunctionUnwindInfo
[src][+]
impl Eq for CompiledFunctionUnwindInfo
[src]
impl PartialEq<CompiledFunctionUnwindInfo> for CompiledFunctionUnwindInfo
[src][+]
impl Serialize for CompiledFunctionUnwindInfo
[src][+]
impl StructuralEq for CompiledFunctionUnwindInfo
[src]
impl StructuralPartialEq for CompiledFunctionUnwindInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for CompiledFunctionUnwindInfo
[src]
impl Send for CompiledFunctionUnwindInfo
[src]
impl Sync for CompiledFunctionUnwindInfo
[src]
impl Unpin for CompiledFunctionUnwindInfo
[src]
impl UnwindSafe for CompiledFunctionUnwindInfo
[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>,