object_replace_style

Function object_replace_style 

Source
pub unsafe fn object_replace_style(
    obj: *mut Object,
    old_style: *const Style,
    new_style: *const Style,
    selector: StyleSelector,
) -> Result<bool>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.