Function simics::api::base::attr_value::make_attr_uint64

source ·
pub fn make_attr_uint64(u: u64) -> AttrValue
Expand description

Create a new uint64 AttrValue

§Arguments

§Return Value

An owned AttrValue with unsigned integer (stored as u64) value

§Notes

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

§Context

Cell Context