style_remove_prop

Function style_remove_prop 

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

ยงSafety

This function is unsafe because it may dereference raw pointers.