Function simics::api::base::conf_object::object_parent

source ·
pub fn object_parent(obj: *mut ConfObject) -> Result<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