Struct DataReference
pub struct DataReference {
pub address: u64,
}Expand description
A struct representing a single data cross-reference.
Data references have no associated metadata, so this object has only
a single DataReference::address attribute.
Fields§
§address: u64