Struct gimli::PubNamesEntry [] [src]

pub struct PubNamesEntry<R: Reader> { /* fields omitted */ }

A single parsed pubname.

Methods

impl<R: Reader> PubNamesEntry<R>
[src]

Returns the name this entry refers to.

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

impl<R: Debug + Reader> Debug for PubNamesEntry<R> where
    R::Offset: Debug,
    R::Offset: Debug
[src]

Formats the value using the given formatter.

impl<R: Clone + Reader> Clone for PubNamesEntry<R> where
    R::Offset: Clone,
    R::Offset: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more