pub extern "C-unwind" fn CFRunLoopCopyCurrentMode(
rl: &CFRunLoop,
) -> Option<CFRetained<CFRunLoopMode>>
👎Deprecated: renamed to
CFRunLoop::current_mode
Available on crate feature
CFRunLoop
only.pub extern "C-unwind" fn CFRunLoopCopyCurrentMode(
rl: &CFRunLoop,
) -> Option<CFRetained<CFRunLoopMode>>
CFRunLoop::current_mode
CFRunLoop
only.