Type Alias lv_anim_custom_exec_cb_t

Source
pub type lv_anim_custom_exec_cb_t = Option<unsafe extern "C" fn(*mut _lv_anim_t, i32)>;

Aliased Type§

pub enum lv_anim_custom_exec_cb_t {
    None,
    Some(unsafe extern "C" fn(*mut _lv_anim_t, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _lv_anim_t, i32))

Some value of type T.