pub unsafe extern "C" fn lv_obj_get_class(
obj: *const lv_obj_t,
) -> *const lv_obj_class_tExpand description
Get the class (type) of the object @param obj pointer to an object @return the class (type) of the object
pub unsafe extern "C" fn lv_obj_get_class(
obj: *const lv_obj_t,
) -> *const lv_obj_class_tGet the class (type) of the object @param obj pointer to an object @return the class (type) of the object