#[repr(C)]pub struct __darwin_pthread_handler_rec {
pub __routine: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
pub __arg: *mut c_void,
pub __next: *mut __darwin_pthread_handler_rec,
}Fields§
§__routine: Option<unsafe extern "C" fn(arg1: *mut c_void)>§__arg: *mut c_void§__next: *mut __darwin_pthread_handler_recTrait Implementations§
source§impl Clone for __darwin_pthread_handler_rec
impl Clone for __darwin_pthread_handler_rec
source§fn clone(&self) -> __darwin_pthread_handler_rec
fn clone(&self) -> __darwin_pthread_handler_rec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more