pub struct DebugInfoData<'a> {
pub dwarf: Dwarf<EndianSlice<'a, LittleEndian>>,
pub name_section: Option<NameSection>,
pub wasm_file: WasmFileInfo,
}
Fields§
§dwarf: Dwarf<EndianSlice<'a, LittleEndian>>
§name_section: Option<NameSection>
§wasm_file: WasmFileInfo
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DebugInfoData<'a>
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