Struct CoreFoundation_sys::runloop::CFRunLoopSourceContext1 [] [src]

#[repr(C)]
pub struct CFRunLoopSourceContext1 { pub version: CFIndex, pub info: *mut c_void, pub retain: extern "C" fn(_: *const c_void) -> *const c_void, pub release: extern "C" fn(_: *const c_void), pub copyDescription: extern "C" fn(_: *const c_void) -> CFStringRef, pub equal: extern "C" fn(_: *const c_void, _: *const c_void) -> Boolean, pub hash: extern "C" fn(_: *const c_void) -> CFHashCode, pub getPort: extern "C" fn(_: *mut c_void) -> mach_port_t, pub perform: extern "C" fn(_: *mut c_void, _: CFIndex, _: CFAllocatorRef, _: *mut c_void) -> *mut c_void, }

Fields