lv_array_capacity

Function lv_array_capacity 

Source
pub unsafe extern "C" fn lv_array_capacity(
    array: *const lv_array_t,
) -> u32
Expand 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