Function simics::api::base::conf_object::object_name

source ·
pub fn object_name(obj: *mut ConfObject) -> Result<String>
Expand description

Returns the name of an object. This name identifies the object uniquely, but may change if the object is moved to another hierarchical location.

The return value is a string, owned by obj, that should not be modified or freed by the caller.

§Arguments

  • obj - The object to get the name for

§Return Value

The unique name of the object

§Context

All Contexts