Struct wasmtime_environ::TrapInformation [−][src]
pub struct TrapInformation { pub code_offset: CodeOffset, pub trap_code: TrapCode, }
Information about trap.
Fields
code_offset: CodeOffset
The offset of the trapping instruction in native code. It is relative to the beginning of the function.
trap_code: TrapCode
Code of the trap.
Trait Implementations
impl Clone for TrapInformation
[src]
impl Clone for TrapInformation
[src]fn clone(&self) -> TrapInformation
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for TrapInformation
[src]
impl<'de> Deserialize<'de> for TrapInformation
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<TrapInformation> for TrapInformation
[src]
impl PartialEq<TrapInformation> for TrapInformation
[src]fn eq(&self, other: &TrapInformation) -> bool
[src]
fn ne(&self, other: &TrapInformation) -> bool
[src]
impl Serialize for TrapInformation
[src]
impl Serialize for TrapInformation
[src]impl Eq for TrapInformation
[src]
impl StructuralEq for TrapInformation
[src]
impl StructuralPartialEq for TrapInformation
[src]
Auto Trait Implementations
impl RefUnwindSafe for TrapInformation
impl Send for TrapInformation
impl Sync for TrapInformation
impl Unpin for TrapInformation
impl UnwindSafe for TrapInformation
Blanket Implementations
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,