Struct core_foundation_sys::runloop::CFRunLoopObserverContext
[−]
[src]
#[repr(C)]pub struct CFRunLoopObserverContext { 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, }
Fields
version: CFIndex
info: *mut c_void
retain: extern fn(_: *const c_void) -> *const c_void
release: extern fn(_: *const c_void)
copyDescription: extern fn(_: *const c_void) -> CFStringRef