Struct gimli::PubNamesEntry
[−]
[src]
pub struct PubNamesEntry<'input> { /* fields omitted */ }A single parsed pubname.
Methods
impl<'input> PubNamesEntry<'input>[src]
fn name(&self) -> &'input CStr
Returns the name this entry refers to.
fn info_offset(&self) -> DebugInfoOffset
Returns the offset into the .debug_info section for this name.
Trait Implementations
impl<'input> Debug for PubNamesEntry<'input>[src]
impl<'input> Clone for PubNamesEntry<'input>[src]
fn clone(&self) -> PubNamesEntry<'input>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more