Struct libdw_sys::Dwarf_Op
[−]
[src]
#[repr(C)]pub struct Dwarf_Op { pub atom: u8, pub number: Dwarf_Word, pub number2: Dwarf_Word, pub offset: Dwarf_Word, }
Fields
atom: u8
number: Dwarf_Word
number2: Dwarf_Word
offset: Dwarf_Word
Trait Implementations
impl Debug for Dwarf_Op
[src]
impl Copy for Dwarf_Op
[src]
impl Clone for Dwarf_Op
[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