Struct libdw_sys::Dwarf_Die
[−]
[src]
#[repr(C)]pub struct Dwarf_Die { pub addr: *mut c_void, pub cu: *mut Dwarf_CU, pub abbrev: *mut Dwarf_Abbrev, pub padding__: c_long, }
Fields
addr: *mut c_void
cu: *mut Dwarf_CU
abbrev: *mut Dwarf_Abbrev
padding__: c_long
Trait Implementations
impl Debug for Dwarf_Die
[src]
impl Copy for Dwarf_Die
[src]
impl Clone for Dwarf_Die
[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