style_set_prop

Function style_set_prop 

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

ยงSafety

This function is unsafe because it may dereference raw pointers.