Struct CoreFoundation_sys::runloop::CFRunLoopSourceContext [] [src]

#[repr(C)]
pub struct CFRunLoopSourceContext { 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 schedule: extern "C" fn(_: *mut c_void, _: CFRunLoopRef, _: CFStringRef), pub cancel: extern "C" fn(_: *mut c_void, _: CFRunLoopRef, _: CFStringRef), pub perform: extern "C" fn(_: *mut c_void), }

Fields