Enum gimli::DieReference [] [src]

pub enum DieReference {
    UnitRef(UnitOffset),
    DebugInfoRef(DebugInfoOffset),
}

A reference to a DIE, either relative to the current CU or relative to the section.

Variants

A CU-relative reference.

A section-relative reference.

Trait Implementations

impl Debug for DieReference
[src]

Formats the value using the given formatter.

impl Clone for DieReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DieReference
[src]

impl PartialEq for DieReference
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DieReference
[src]