object_set_style_anim

Function object_set_style_anim 

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

ยงSafety

This function is unsafe because it may dereference raw pointers.