pub unsafe extern "C" fn lv_line_is_point_array_mutable(
obj: *mut lv_obj_t,
) -> boolExpand 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