CFUserNotificationCallBack

Type Alias CFUserNotificationCallBack 

Source
pub type CFUserNotificationCallBack = Option<unsafe extern "C-unwind" fn(*mut CFUserNotification, CFOptionFlags)>;
Available on crate feature CFUserNotification only.
Expand description

Aliased Type§

pub enum CFUserNotificationCallBack {
    None,
    Some(unsafe extern "C-unwind" fn(*mut CFUserNotification, usize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut CFUserNotification, usize))

Some value of type T.