Struct cups_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 Debug for __darwin_pthread_handler_rec
[src]

[src]

Formats the value using the given formatter.

impl Copy for __darwin_pthread_handler_rec
[src]

impl Clone for __darwin_pthread_handler_rec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more