Function CVDisplayLinkStop

Source
pub unsafe extern "C-unwind" fn CVDisplayLinkStop(
    display_link: &CVDisplayLink,
) -> CVReturn
👎Deprecated: use NSView.displayLink(target:selector:), NSWindow.displayLink(target:selector:), or NSScreen.displayLink(target:selector:)
Available on crate features CVDisplayLink and CVReturn only.
Expand description

Stop timer for DisplayLink

(description)

Parameter displayLink: target CVDisplayLinkRef

Returns: CVReturn. kCVReturnSuccess if successfull.