Struct gimli::read::PubTypesEntry
source · pub struct PubTypesEntry<R: Reader> { /* private fields */ }
Expand description
A single parsed pubtype.
Implementations§
source§impl<R: Reader> PubTypesEntry<R>
impl<R: Reader> PubTypesEntry<R>
sourcepub fn unit_header_offset(&self) -> DebugInfoOffset<R::Offset>
pub fn unit_header_offset(&self) -> DebugInfoOffset<R::Offset>
Returns the offset into the .debug_info section for the header of the compilation unit which contains the type with this name.
sourcepub fn die_offset(&self) -> UnitOffset<R::Offset>
pub fn die_offset(&self) -> UnitOffset<R::Offset>
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>
impl<R> Send for PubTypesEntry<R>
impl<R> Sync for PubTypesEntry<R>
impl<R> Unpin for PubTypesEntry<R>
impl<R> UnwindSafe for PubTypesEntry<R>
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