Struct CoreFoundation_sys::runloop::CFRunLoopTimerContext [] [src]

#[repr(C)]
pub struct CFRunLoopTimerContext { pub version: CFIndex, pub info: *mut c_void, pub retain: CFAllocatorRetainCallBack, pub release: CFAllocatorReleaseCallBack, pub copyDescription: CFAllocatorCopyDescriptionCallBack, }

Fields