PasteboardPromiseKeeperProcPtr

Type Alias PasteboardPromiseKeeperProcPtr 

Source
pub type PasteboardPromiseKeeperProcPtr = Option<unsafe extern "C-unwind" fn(NonNull<Pasteboard>, PasteboardItemID, NonNull<CFString>, *mut c_void) -> u32>;
Available on crate feature Pasteboard only.
Expand description

Aliased Type§

pub enum PasteboardPromiseKeeperProcPtr {
    None,
    Some(unsafe extern "C-unwind" fn(NonNull<Pasteboard>, *mut c_void, NonNull<CFString>, *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(NonNull<Pasteboard>, *mut c_void, NonNull<CFString>, *mut c_void) -> u32)

Some value of type T.