Struct mach_o_sys::loader::__darwin_pthread_handler_rec [] [src]

pub struct __darwin_pthread_handler_rec {
    pub __routine: Option<unsafe extern fn(arg1: *mut c_void)>,
    pub __arg: *mut c_void,
    pub __next: *mut __darwin_pthread_handler_rec,
}

Fields

__routine: Option<unsafe extern fn(arg1: *mut c_void)> __arg: *mut c_void __next: *mut __darwin_pthread_handler_rec

Trait Implementations

impl Clone for __darwin_pthread_handler_rec
[src]

fn clone(&self) -> __darwin_pthread_handler_rec

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

impl Debug for __darwin_pthread_handler_rec
[src]

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

Formats the value using the given formatter.

impl Default for __darwin_pthread_handler_rec
[src]

fn default() -> Self

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