[][src]Function lvgl::core::obj::ll_get_next

pub fn ll_get_next(
    ll_p: *const lv_ll_t,
    n_act: *const c_void
) -> MynewtResult<*mut c_void>

Return with the pointer of the next node after 'n_act'

  • ll_p: pointer to linked list
  • n_act: pointer a node Return: pointer to the next node