Struct mach_o_sys::compact_unwind_encoding::unwind_info_section_header_index_entry [] [src]

pub struct unwind_info_section_header_index_entry {
    pub functionOffset: uint32_t,
    pub secondLevelPagesSectionOffset: uint32_t,
    pub lsdaIndexArraySectionOffset: uint32_t,
}

Fields

functionOffset: uint32_t secondLevelPagesSectionOffset: uint32_t lsdaIndexArraySectionOffset: uint32_t

Trait Implementations

impl Clone for unwind_info_section_header_index_entry
[src]

fn clone(&self) -> unwind_info_section_header_index_entry

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

impl Copy for unwind_info_section_header_index_entry
[src]

impl Debug for unwind_info_section_header_index_entry
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for unwind_info_section_header_index_entry
[src]

fn default() -> Self

Returns the "default value" for a type. Read more