Struct gimli::PubNamesEntry[][src]

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

A single parsed pubname.

Methods

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

Important traits for &'a mut I

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
[src]

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<R> Send for PubNamesEntry<R> where
    R: Send,
    <R as Reader>::Offset: Send

impl<R> Sync for PubNamesEntry<R> where
    R: Sync,
    <R as Reader>::Offset: Sync