object_add_style

Function object_add_style 

Source
pub unsafe fn object_add_style(
    obj: *mut Object,
    style: *const Style,
    selector: StyleSelector,
) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.