Struct wasmtime_environ::DebugInfoData
source · 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>>,
/* private fields */
}
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§
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
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>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more