object_set_local_style_prop

Function object_set_local_style_prop 

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

ยงSafety

This function is unsafe because it may dereference raw pointers.