[−][src]Struct wasm_debug::types::CompiledFunctionData
Information about a compiled function.
Fields
instructions: Vec<CompiledInstructionData>Information about the instructions in this function in order.
start_srcloc: SourceLocThe start location in the Wasm of this function.
end_srcloc: SourceLocThe end location in the Wasm of this function.
body_offset: usizeThe offset into the compiled code where this function is.
body_len: usizeThe size of the compiled function.
Trait Implementations
impl Clone for CompiledFunctionData[src]
fn clone(&self) -> CompiledFunctionData[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for CompiledFunctionData[src]
impl Eq for CompiledFunctionData[src]
impl PartialEq<CompiledFunctionData> for CompiledFunctionData[src]
fn eq(&self, other: &CompiledFunctionData) -> bool[src]
fn ne(&self, other: &CompiledFunctionData) -> bool[src]
impl StructuralEq for CompiledFunctionData[src]
impl StructuralPartialEq for CompiledFunctionData[src]
Auto Trait Implementations
impl RefUnwindSafe for CompiledFunctionData
impl Send for CompiledFunctionData
impl Sync for CompiledFunctionData
impl Unpin for CompiledFunctionData
impl UnwindSafe for CompiledFunctionData
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,
fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
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,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,