Struct gimli::PubNamesEntry [] [src]

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

A single parsed pubname.

Methods

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

[src]

Returns the name this entry refers to.

[src]

Returns the offset into the .debug_info section for the header of the compilation unit which contains this name.

[src]

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]

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more