Function simics::api::base::attr_value::attr_is_integer

source ·
pub fn attr_is_integer(attr: &AttrValue) -> bool
Expand description

Check whether an AttrValue is an integer

§Arguments

§Return Value

Whether the AttrValue is an integer (signedness checks are not performed)

§Context

All Contexts