Struct wasmtime_environ::InstructionAddressMap [−][src]
Single source location to generated address mapping.
Fields
srcloc: SourceLoc
Where in the source this instruction comes from.
code_offset: u32
Offset from the start of the function’s compiled code to where this instruction is located, or the region where it starts.
Trait Implementations
impl Clone for InstructionAddressMap
[src]
impl Clone for InstructionAddressMap
[src]fn clone(&self) -> InstructionAddressMap
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for InstructionAddressMap
[src]
impl<'de> Deserialize<'de> for InstructionAddressMap
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<InstructionAddressMap> for InstructionAddressMap
[src]
impl PartialEq<InstructionAddressMap> for InstructionAddressMap
[src]fn eq(&self, other: &InstructionAddressMap) -> bool
[src]
fn ne(&self, other: &InstructionAddressMap) -> bool
[src]
impl Serialize for InstructionAddressMap
[src]
impl Serialize for InstructionAddressMap
[src]impl Eq for InstructionAddressMap
[src]
impl StructuralEq for InstructionAddressMap
[src]
impl StructuralPartialEq for InstructionAddressMap
[src]
Auto Trait Implementations
impl RefUnwindSafe for InstructionAddressMap
impl Send for InstructionAddressMap
impl Sync for InstructionAddressMap
impl Unpin for InstructionAddressMap
impl UnwindSafe for InstructionAddressMap
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>,