Struct gimli::PubTypesEntry [] [src]

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

A single parsed pubtype.

Methods

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

Returns the name of the type this entry refers to.

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

Returns the offset into the compilation unit for the debugging information entry which the type with this name.

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more