[go: up one dir, main page]

Struct gimli::PubNamesEntry [] [src]

pub struct PubNamesEntry<'input> {
    // some 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> Clone for PubNamesEntry<'input>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.