objc2-quartz-core 0.3.2

Bindings to the QuartzCore/CoreAnimation framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
#[cfg(feature = "objc2-core-foundation")]
use objc2_core_foundation::*;

use crate::*;

#[cfg(feature = "objc2-core-foundation")]
#[inline]
pub extern "C-unwind" fn CACurrentMediaTime() -> CFTimeInterval {
    extern "C-unwind" {
        fn CACurrentMediaTime() -> CFTimeInterval;
    }
    unsafe { CACurrentMediaTime() }
}