Struct gimli::PubTypesEntry [] [src]

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

A single parsed pubtype.

Methods

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

Returns the name of the type this entry refers to.

Returns the offset into the .debug_types section for this type.

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more