theme_apply

Function theme_apply 

Source
pub unsafe extern "C" fn theme_apply(
    _: *mut lv_theme_t,
    object: *mut lv_obj_t,
)
Expand description

Theme apply callback

ยงSafety

This function is unsafe because it dereferences raw pointers.