pub unsafe extern "C" fn lv_array_capacity(
array: *const lv_array_t,
) -> u32Expand description
Return the capacity of the array, i.e. how many elements can be stored.
@param array pointer to an lv_array_t variable
@return the capacity of the array