[][src]Struct libdw_sys::Dwarf_CIE

#[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_Offinitial_instructions: *const u8initial_instructions_end: *const u8code_alignment_factor: Dwarf_Worddata_alignment_factor: Dwarf_Swordreturn_address_register: Dwarf_Wordaugmentation: *const c_charaugmentation_data: *const u8augmentation_data_size: usizefde_augmentation_data_size: usize

Trait Implementations

impl Debug for Dwarf_CIE[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]