Struct mach_o_sys::loader::x86_exception_state [] [src]

#[repr(C)]
pub struct x86_exception_state { pub esh: x86_state_hdr_t, pub ues: Union_Unnamed3, }

Fields

Trait Implementations

impl Copy for x86_exception_state
[src]

impl Clone for x86_exception_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for x86_exception_state
[src]

Formats the value using the given formatter.

impl Default for x86_exception_state
[src]

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