Struct core_foundation::runloop::CFRunLoopObserverContext [−][src]
#[repr(C)]pub struct CFRunLoopObserverContext { pub version: i64, 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) -> *const __CFString, }
Fields
version: i64info: *mut c_voidretain: extern "C" fn(*const c_void) -> *const c_voidrelease: extern "C" fn(*const c_void)copyDescription: extern "C" fn(*const c_void) -> *const __CFString