#[repr(C)]
pub struct Dwarf_CIE { pub CIE_id: u64, pub initial_instructions: *const u8, pub initial_instructions_end: *const u8, pub code_alignment_factor: u64, pub data_alignment_factor: i64, pub return_address_register: u64, pub augmentation: *const i8, pub augmentation_data: *const u8, pub augmentation_data_size: usize, pub fde_augmentation_data_size: usize, }

Fields

CIE_id: u64initial_instructions: *const u8initial_instructions_end: *const u8code_alignment_factor: u64data_alignment_factor: i64return_address_register: u64augmentation: *const i8augmentation_data: *const u8augmentation_data_size: usizefde_augmentation_data_size: usize

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.