lv_line_is_point_array_mutable

Function lv_line_is_point_array_mutable 

Source
pub unsafe extern "C" fn lv_line_is_point_array_mutable(
    obj: *mut lv_obj_t,
) -> bool
Expand description

Check the mutability of the stored point array pointer. @param obj pointer to a line object @return true: the point array pointer is mutable, false: constant