Struct mach_o_sys::compact_unwind_encoding::unwind_info_section_header [] [src]

pub struct unwind_info_section_header {
    pub version: uint32_t,
    pub commonEncodingsArraySectionOffset: uint32_t,
    pub commonEncodingsArrayCount: uint32_t,
    pub personalityArraySectionOffset: uint32_t,
    pub personalityArrayCount: uint32_t,
    pub indexSectionOffset: uint32_t,
    pub indexCount: uint32_t,
}

Fields

version: uint32_t commonEncodingsArraySectionOffset: uint32_t commonEncodingsArrayCount: uint32_t personalityArraySectionOffset: uint32_t personalityArrayCount: uint32_t indexSectionOffset: uint32_t indexCount: uint32_t

Trait Implementations

impl Clone for unwind_info_section_header
[src]

fn clone(&self) -> unwind_info_section_header

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
[src]

impl Debug for unwind_info_section_header
[src]

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

Formats the value using the given formatter.

impl Default for unwind_info_section_header
[src]

fn default() -> Self

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