Function simics::api::base::conf_object::_object_id
source · fn _object_id(obj: *mut ConfObject) -> Result<String>
Expand description
Returns the unique identifier for an object. The identifier is a string that is guaranteed to be unique and will never change, even if the object moves to another hierarchical location.
The return value is a static string that should not be modified or freed by the caller.
§Arguments
obj
- The object to get the id for
§Return Value
The unique id of the object
§Context
All Contexts