Skip to main content

CFRunLoopCopyAllModes

Function CFRunLoopCopyAllModes 

Source
pub extern "C-unwind" fn CFRunLoopCopyAllModes(
    rl: &CFRunLoop,
) -> Option<CFRetained<CFArray>>
👎Deprecated:

renamed to CFRunLoop::all_modes

Available on crate features CFArray and CFRunLoop only.