object_get_child_by_type

Function object_get_child_by_type 

Source
pub unsafe fn object_get_child_by_type(
    obj: *const Object,
    idx: i32,
    class_p: *const ObjectClass,
) -> Result<*mut Object>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.