Struct libdw_sys::Dwarf_Attribute [] [src]

#[repr(C)]
pub struct Dwarf_Attribute { pub code: c_uint, pub form: c_uint, pub valp: *mut c_uchar, pub cu: *mut Dwarf_CU, }

Fields

Trait Implementations

impl Debug for Dwarf_Attribute
[src]

[src]

Formats the value using the given formatter.

impl Copy for Dwarf_Attribute
[src]

impl Clone for Dwarf_Attribute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more