Struct gimli::PubNamesEntry [] [src]

pub struct PubNamesEntry<'input> { /* fields omitted */ }

A single parsed pubname.

Methods

impl<'input> PubNamesEntry<'input>
[src]

Returns the name this entry refers to.

Returns the offset into the .debug_info section for this name.

Trait Implementations

impl<'input> Debug for PubNamesEntry<'input>
[src]

Formats the value using the given formatter.

impl<'input> Clone for PubNamesEntry<'input>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more