Type Alias flipperzero_sys::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§
enum IconAnimationCallback {
None,
Some(unsafe extern "C" fn(_: *mut IconAnimation, _: *mut c_void)),
}