Struct mach_o_sys::loader::Union_Unnamed3 [] [src]

pub struct Union_Unnamed3 {
    pub _bindgen_data_: [u64; 2],
}

Fields

_bindgen_data_: [u64; 2]

Methods

impl Union_Unnamed3
[src]

unsafe fn es32(&mut self) -> *mut x86_exception_state32_t

unsafe fn es64(&mut self) -> *mut x86_exception_state64_t

Trait Implementations

impl Clone for Union_Unnamed3
[src]

fn clone(&self) -> Union_Unnamed3

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

impl Debug for Union_Unnamed3
[src]

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

Formats the value using the given formatter.

impl Default for Union_Unnamed3
[src]

fn default() -> Self

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