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
code: c_uint
form: c_uint
valp: *mut c_uchar
cu: *mut Dwarf_CU
Trait Implementations
impl Debug for Dwarf_Attribute
[src]
impl Copy for Dwarf_Attribute
[src]
impl Clone for Dwarf_Attribute
[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