Struct gimli::read::DebugTuIndex
source · pub struct DebugTuIndex<R> { /* private fields */ }
Expand description
The data in the .debug_tu_index
section of a .dwp
file.
This section contains the type unit index.
Implementations§
source§impl<'input, Endian> DebugTuIndex<EndianSlice<'input, Endian>>where
Endian: Endianity,
impl<'input, Endian> DebugTuIndex<EndianSlice<'input, Endian>>where
Endian: Endianity,
Trait Implementations§
source§impl<R: Clone> Clone for DebugTuIndex<R>
impl<R: Clone> Clone for DebugTuIndex<R>
source§fn clone(&self) -> DebugTuIndex<R>
fn clone(&self) -> DebugTuIndex<R>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<R: Debug> Debug for DebugTuIndex<R>
impl<R: Debug> Debug for DebugTuIndex<R>
source§impl<R: Default> Default for DebugTuIndex<R>
impl<R: Default> Default for DebugTuIndex<R>
source§fn default() -> DebugTuIndex<R>
fn default() -> DebugTuIndex<R>
Returns the “default value” for a type. Read more
source§impl<R> From<R> for DebugTuIndex<R>
impl<R> From<R> for DebugTuIndex<R>
source§impl<R> Section<R> for DebugTuIndex<R>
impl<R> Section<R> for DebugTuIndex<R>
source§fn section_name() -> &'static str
fn section_name() -> &'static str
Returns the ELF section name for this type.