CoreFoundation-sys 0.1.4

FFI bindings for CoreFoundation
Documentation
1
2
3
4
use libc::c_double;

pub type CFAbsoluteTime = CFTimeInterval;
pub type CFTimeInterval = c_double;