object_set_style_min_width

Function object_set_style_min_width 

Source
pub unsafe fn object_set_style_min_width(
    obj: *mut Object,
    value: i32,
    selector: StyleSelector,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.