object_get_parent

Function object_get_parent 

Source
pub unsafe fn object_get_parent(obj: *const Object) -> Result<*mut Object>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.