object_has_style_prop

Function object_has_style_prop 

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

ยงSafety

This function is unsafe because it may dereference raw pointers.