object_get_style_prop

Function object_get_style_prop 

Source
pub unsafe fn object_get_style_prop(
    obj: *const Object,
    part: Part,
    prop: StyleProp,
) -> Result<StyleValue>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.