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