Function simics::api::base::conf_object::_object_name
source · 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