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: WasmFileInfo
debug_ranges: DebugRanges<EndianSlice<'a, LittleEndian>>
debug_rnglists: DebugRngLists<EndianSlice<'a, LittleEndian>>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for DebugInfoData<'a>
impl<'a> Send for DebugInfoData<'a>
impl<'a> Sync for DebugInfoData<'a>
impl<'a> Unpin for DebugInfoData<'a>
impl<'a> UnwindSafe for DebugInfoData<'a>