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.
pub unsafe fn apply_default_style(
object: *mut lv_obj_t,
selector: lv_style_selector_t,
)Apply the default style to the given object
This function is unsafe because it dereferences raw pointers.