object_remove_local_style_prop

Function object_remove_local_style_prop 

Source
pub unsafe fn object_remove_local_style_prop(
    obj: *mut Object,
    prop: StyleProp,
    selector: StyleSelector,
) -> Result<bool>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.