IconAnimationCallback

Type Alias IconAnimationCallback 

Source
pub type IconAnimationCallback = Option<unsafe extern "C" fn(instance: *mut IconAnimation, context: *mut c_void)>;
Expand description

Icon Animation Callback. Used for update notification

Aliased Type§

pub enum IconAnimationCallback {
    None,
    Some(unsafe extern "C" fn(*mut IconAnimation, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut IconAnimation, *mut c_void))

Some value of type T.