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.
pub unsafe fn object_set_local_style_prop(
obj: *mut Object,
prop: StyleProp,
value: StyleValue,
selector: StyleSelector,
) -> Result<()>This function is unsafe because it may dereference raw pointers.