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(info: *const c_void) -> *const c_void, pub release: extern "C" fn(info: *const c_void), pub copyDescription: extern "C" fn(info: *const c_void) -> CFStringRef, }
Fields
version: CFIndexinfo: *mut c_voidretain: extern "C" fn(info: *const c_void) -> *const c_voidrelease: extern "C" fn(info: *const c_void)copyDescription: extern "C" fn(info: *const c_void) -> CFStringRef