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

Trait Implementations

impl Debug for Dwarf_CIE
[src]

[src]

Formats the value using the given formatter.

impl Copy for Dwarf_CIE
[src]

impl Clone for Dwarf_CIE
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more