Struct gimli::PubTypesEntry [] [src]

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

A single parsed pubtype.

Methods

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

[src]

Returns the name of the type this entry refers to.

[src]

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

[src]

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]

[src]

Formats the value using the given formatter.

impl<R: Clone + Reader> Clone for PubTypesEntry<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