pub type lv_timer_cb_t = Option<unsafe extern "C" fn(arg1: *mut lv_timer_t)>;Expand description
Timers execute this type of functions.
Aliased Type§
pub enum lv_timer_cb_t {
None,
Some(unsafe extern "C" fn(*mut _lv_timer_t)),
}pub type lv_timer_cb_t = Option<unsafe extern "C" fn(arg1: *mut lv_timer_t)>;Timers execute this type of functions.
pub enum lv_timer_cb_t {
None,
Some(unsafe extern "C" fn(*mut _lv_timer_t)),
}