Enum gimli::DieReference [] [src]

pub enum DieReference<T = usize> {
    UnitRef(UnitOffset<T>),
    DebugInfoRef(DebugInfoOffset<T>),
}

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<T: Debug> Debug for DieReference<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Clone> Clone for DieReference<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for DieReference<T>
[src]

impl<T: PartialEq> PartialEq for DieReference<T>
[src]

[src]

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

[src]

This method tests for !=.

impl<T: Eq> Eq for DieReference<T>
[src]