Struct wasmtime_environ::DebugInfoData[][src]

pub struct DebugInfoData<'a> {
    pub dwarf: Dwarf<'a>,
    pub name_section: NameSection<'a>,
    pub wasm_file: WasmFileInfo,
    pub debug_ranges: DebugRanges<EndianSlice<'a, LittleEndian>>,
    pub debug_rnglists: DebugRngLists<EndianSlice<'a, LittleEndian>>,
    // some fields omitted
}

Fields

dwarf: Dwarf<'a>name_section: NameSection<'a>wasm_file: WasmFileInfodebug_ranges: DebugRanges<EndianSlice<'a, LittleEndian>>debug_rnglists: DebugRngLists<EndianSlice<'a, LittleEndian>>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.