Struct wasmtime_environ::FunctionAddressMap [−][src]
Function and its instructions addresses mappings.
Fields
instructions: Box<[InstructionAddressMap]>
An array of data for the instructions in this function, indicating where each instruction maps back to in the original function.
This array is sorted least-to-greatest by the code_offset
field.
Additionally the span of each InstructionAddressMap
is implicitly the
gap between it and the next item in the array.
start_srcloc: SourceLoc
Function start source location (normally declaration).
end_srcloc: SourceLoc
Function end source location.
body_offset: usize
Generated function body offset if applicable, otherwise 0.
body_len: u32
Generated function body length.
Trait Implementations
impl Clone for FunctionAddressMap
[src][+]
impl Debug for FunctionAddressMap
[src][+]
impl Default for FunctionAddressMap
[src][+]
impl<'de> Deserialize<'de> for FunctionAddressMap
[src][+]
impl Eq for FunctionAddressMap
[src]
impl PartialEq<FunctionAddressMap> for FunctionAddressMap
[src][+]
impl Serialize for FunctionAddressMap
[src][+]
impl StructuralEq for FunctionAddressMap
[src]
impl StructuralPartialEq for FunctionAddressMap
[src]
Auto Trait Implementations
impl RefUnwindSafe for FunctionAddressMap
impl Send for FunctionAddressMap
impl Sync for FunctionAddressMap
impl Unpin for FunctionAddressMap
impl UnwindSafe for FunctionAddressMap
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>,