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
sourceimpl<'a> Debug for DebugInfoData<'a>
impl<'a> Debug for DebugInfoData<'a>
sourceimpl<'a> Default for DebugInfoData<'a>
impl<'a> Default for DebugInfoData<'a>
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more