Struct sigrok_sys::Struct___darwin_pthread_handler_rec [] [src]

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

Fields

__routine
__arg
__next

Trait Implementations

impl Clone for Struct___darwin_pthread_handler_rec

fn clone(&self) -> Self

1.0.0fn clone_from(&mut self, source: &Self)

impl Default for Struct___darwin_pthread_handler_rec

fn default() -> Self

Derived Implementations

impl Copy for Struct___darwin_pthread_handler_rec