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

Trait Implementations

impl Debug for Dwarf_Die
[src]

[src]

Formats the value using the given formatter.

impl Copy for Dwarf_Die
[src]

impl Clone for Dwarf_Die
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more