Struct core_foundation_sys::runloop::CFRunLoopTimerContext
[−]
[src]
#[repr(C)]pub struct CFRunLoopTimerContext { 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, }
Fields
version: CFIndex
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) -> CFStringRef