apply_default_style

Function apply_default_style 

Source
pub unsafe fn apply_default_style(
    object: *mut lv_obj_t,
    selector: lv_style_selector_t,
)
Expand description

Apply the default style to the given object

ยงSafety

This function is unsafe because it dereferences raw pointers.