Struct gimli::read::PubNamesEntry [−][src]
pub struct PubNamesEntry<R: Reader> { /* fields omitted */ }
Expand description
A single parsed pubname.
Implementations
Returns the offset into the .debug_info section for the header of the compilation unit which contains this name.
Returns the offset into the compilation unit for the debugging information entry which has this name.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for PubNamesEntry<R> where
R: RefUnwindSafe,
<R as Reader>::Offset: RefUnwindSafe,
impl<R> UnwindSafe for PubNamesEntry<R> where
R: UnwindSafe,
<R as Reader>::Offset: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more