Host_bindings::LVGL

Function lv_obj_replace_style

Source
pub unsafe extern "C" fn lv_obj_replace_style(
    obj: *mut lv_obj_t,
    old_style: *const lv_style_t,
    new_style: *const lv_style_t,
    selector: u32,
) -> bool