Struct core_foundation_sys::runloop::CFRunLoopTimerContext [−][src]
#[repr(C)]pub struct CFRunLoopTimerContext {
pub version: CFIndex,
pub info: *mut c_void,
pub retain: Option<extern "C" fn(info: *const c_void) -> *const c_void>,
pub release: Option<extern "C" fn(info: *const c_void)>,
pub copyDescription: Option<extern "C" fn(info: *const c_void) -> CFStringRef>,
}Fields
version: CFIndexinfo: *mut c_voidretain: Option<extern "C" fn(info: *const c_void) -> *const c_void>release: Option<extern "C" fn(info: *const c_void)>copyDescription: Option<extern "C" fn(info: *const c_void) -> CFStringRef>