style_get_prop

Function style_get_prop 

Source
pub unsafe fn style_get_prop(
    style: *const Style,
    prop: StyleProp,
    value: *mut StyleValue,
) -> Result<StyleRes>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.