Skip to main content

lv_obj_set_user_data

Function lv_obj_set_user_data 

Source
pub unsafe extern "C" fn lv_obj_set_user_data(
    obj: *mut lv_obj_t,
    user_data: *mut c_void,
)
Expand description

Set the user_data field of the object @param obj pointer to an object @param user_data pointer to the new user_data.