Struct libdw_sys::Dwarf_Global
[−]
[src]
#[repr(C)]pub struct Dwarf_Global { pub cu_offset: Dwarf_Off, pub die_offset: Dwarf_Off, pub name: *const c_char, }
Fields
cu_offset: Dwarf_Off
die_offset: Dwarf_Off
name: *const c_char
Trait Implementations
impl Debug for Dwarf_Global
[src]
impl Copy for Dwarf_Global
[src]
impl Clone for Dwarf_Global
[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