Struct libdw_sys::Dwarf_CIE
[−]
[src]
#[repr(C)]pub struct Dwarf_CIE { pub CIE_id: Dwarf_Off, pub initial_instructions: *const u8, pub initial_instructions_end: *const u8, pub code_alignment_factor: Dwarf_Word, pub data_alignment_factor: Dwarf_Sword, pub return_address_register: Dwarf_Word, pub augmentation: *const c_char, pub augmentation_data: *const u8, pub augmentation_data_size: usize, pub fde_augmentation_data_size: usize, }
Fields
CIE_id: Dwarf_Off
initial_instructions: *const u8
initial_instructions_end: *const u8
code_alignment_factor: Dwarf_Word
data_alignment_factor: Dwarf_Sword
return_address_register: Dwarf_Word
augmentation: *const c_char
augmentation_data: *const u8
augmentation_data_size: usize
fde_augmentation_data_size: usize
Trait Implementations
impl Debug for Dwarf_CIE
[src]
impl Copy for Dwarf_CIE
[src]
impl Clone for Dwarf_CIE
[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