Struct core_foundation_sys::runloop::CFRunLoopTimerContext [] [src]

pub struct CFRunLoopTimerContext {
    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