#[repr(C)]pub struct Struct___darwin_pthread_handler_rec {
    pub __routine: Option<extern "C" fn(arg1: *mut c_void)>,
    pub __arg: *mut c_void,
    pub __next: *mut Struct___darwin_pthread_handler_rec,
}Fields§
§__routine: Option<extern "C" fn(arg1: *mut c_void)>§__arg: *mut c_void§__next: *mut Struct___darwin_pthread_handler_recTrait Implementations§
Source§impl Default for Struct___darwin_pthread_handler_rec
 
impl Default for Struct___darwin_pthread_handler_rec
Source§fn default() -> Struct___darwin_pthread_handler_rec
 
fn default() -> Struct___darwin_pthread_handler_rec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct___darwin_pthread_handler_rec
impl RefUnwindSafe for Struct___darwin_pthread_handler_rec
impl !Send for Struct___darwin_pthread_handler_rec
impl !Sync for Struct___darwin_pthread_handler_rec
impl Unpin for Struct___darwin_pthread_handler_rec
impl UnwindSafe for Struct___darwin_pthread_handler_rec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more