pub struct DebugInfoData<'a> {
pub dwarf: Dwarf<'a>,
pub name_section: NameSection<'a>,
pub wasm_file: WasmFileInfo,
pub debug_loc: DebugLoc<EndianSlice<'a, LittleEndian>>,
pub debug_loclists: DebugLocLists<EndianSlice<'a, LittleEndian>>,
pub debug_ranges: DebugRanges<EndianSlice<'a, LittleEndian>>,
pub debug_rnglists: DebugRngLists<EndianSlice<'a, LittleEndian>>,
pub debug_cu_index: DebugCuIndex<EndianSlice<'a, LittleEndian>>,
pub debug_tu_index: DebugTuIndex<EndianSlice<'a, LittleEndian>>,
}Fields§
§dwarf: Dwarf<'a>§name_section: NameSection<'a>§wasm_file: WasmFileInfo§debug_loc: DebugLoc<EndianSlice<'a, LittleEndian>>§debug_loclists: DebugLocLists<EndianSlice<'a, LittleEndian>>§debug_ranges: DebugRanges<EndianSlice<'a, LittleEndian>>§debug_rnglists: DebugRngLists<EndianSlice<'a, LittleEndian>>§debug_cu_index: DebugCuIndex<EndianSlice<'a, LittleEndian>>§debug_tu_index: DebugTuIndex<EndianSlice<'a, LittleEndian>>Trait Implementations§
Source§impl<'a> Debug for DebugInfoData<'a>
impl<'a> Debug for DebugInfoData<'a>
Source§impl<'a> Default for DebugInfoData<'a>
impl<'a> Default for DebugInfoData<'a>
Source§fn default() -> DebugInfoData<'a>
fn default() -> DebugInfoData<'a>
Returns the “default value” for a type. Read more