Function simics::api::base::conf_object::_object_parent

source ·
fn _object_parent(obj: *mut ConfObject) -> Option<*mut ConfObject>
Expand description

Retrieve the parent object if there is one, or None otherwise.

§Arguments

  • obj - The object to get a parent object for

§Return Value

A pointer to the parent object if there is one, or None otherwise

§Context

Unknown