lv_obj_get_user_data

Function lv_obj_get_user_data 

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

Get the user_data field of the object @param obj pointer to an object @return the pointer to the user_data of the object