Struct gimli::PubTypesEntry
[−]
[src]
pub struct PubTypesEntry<'input> {
// some fields omitted
}A single parsed pubtype.
Methods
impl<'input> PubTypesEntry<'input>[src]
fn name(&self) -> &'input CStr
Returns the name of the type this entry refers to.
fn types_offset(&self) -> DebugTypesOffset
Returns the offset into the .debug_types section for this type.
Trait Implementations
impl<'input> Clone for PubTypesEntry<'input>[src]
fn clone(&self) -> PubTypesEntry<'input>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more