Struct sophia_sys::__darwin_pthread_handler_rec [] [src]

#[repr(C)]
pub struct __darwin_pthread_handler_rec { pub __routine: Option<unsafe extern "C" fn(_: *mut c_void)>, pub __arg: *mut c_void, pub __next: *mut __darwin_pthread_handler_rec, }

Fields

Trait Implementations

impl Copy for __darwin_pthread_handler_rec
[src]

impl Clone for __darwin_pthread_handler_rec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __darwin_pthread_handler_rec
[src]

Formats the value using the given formatter.

impl Default for __darwin_pthread_handler_rec
[src]

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