Struct libdw_sys::Dwarf_Block
[−]
[src]
#[repr(C)]pub struct Dwarf_Block { pub length: Dwarf_Word, pub data: *mut c_uchar, }
Fields
length: Dwarf_Word
data: *mut c_uchar
Trait Implementations
impl Debug for Dwarf_Block
[src]
impl Copy for Dwarf_Block
[src]
impl Clone for Dwarf_Block
[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