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: i64
info: *mut c_void
retain: extern "C" fn(*const c_void) -> *const c_void
release: extern "C" fn(*const c_void)
copyDescription: extern "C" fn(*const c_void) -> *const __CFString