Struct core_foundation_sys::runloop::CFRunLoopObserverContext [] [src]

pub struct CFRunLoopObserverContext {
    pub version: CFIndex,
    pub info: *mut c_void,
    pub retain: extern fn(info: *const c_void) -> *const c_void,
    pub release: extern fn(info: *const c_void),
    pub copyDescription: extern fn(info: *const c_void) -> CFStringRef,
}

Fields

version: CFIndex info: *mut c_void retain: extern fn(info: *const c_void) -> *const c_void release: extern fn(info: *const c_void) copyDescription: extern fn(info: *const c_void) -> CFStringRef