Struct core_foundation_sys::runloop::CFRunLoopSourceContext1 [] [src]

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

Fields