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
UnitRef(UnitOffset)A CU-relative reference.
DebugInfoRef(DebugInfoOffset)A section-relative reference.
Trait Implementations
impl Debug for DieReference[src]
impl Clone for DieReference[src]
fn clone(&self) -> DieReference
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
impl Copy for DieReference[src]
impl PartialEq for DieReference[src]
fn eq(&self, __arg_0: &DieReference) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DieReference) -> bool
This method tests for !=.