Function simics::api::base::attr_value::make_attr_int64

source ·
pub fn make_attr_int64(i: i64) -> AttrValue
Expand description

Create a new int64 AttrValue

§Arguments

§Return Value

An owned AttrValue with signed integer (stored as i64) value

§Notes

i.into() may be preferred, and supports all sizes of unsigned integer types.

§Context

Cell Context