Function simics::api::base::attr_value::attr_is_object
source · pub fn attr_is_object(attr: &AttrValue) -> bool
Expand description
Check whether an AttrValue
is a ConfObject
pointer
§Arguments
attr
- TheAttrValue
to check the type of
§Return Value
Whether the AttrValue
is a ConfObject
pointer
§Context
All Contexts