object_get_local_style_prop

Function object_get_local_style_prop 

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

ยงSafety

This function is unsafe because it may dereference raw pointers.