Union libdw_sys::Dwarf_CFI_Entry 
                   
                       [−]
                   
               [src]
#[repr(C)]pub union Dwarf_CFI_Entry { pub CIE_id: Dwarf_Off, pub cie: Dwarf_CIE, pub fde: Dwarf_FDE, // some fields omitted }
Fields
CIE_id: Dwarf_Off
                       cie: Dwarf_CIE
                       fde: Dwarf_FDE
                       Trait Implementations
impl Copy for Dwarf_CFI_Entry[src]
impl Clone for Dwarf_CFI_Entry[src]
fn clone(&self) -> Self
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