Type Alias simics_api_sys::ht_entry_common_t

source ·
pub type ht_entry_common_t = ht_entry_common;

Aliased Type§

struct ht_entry_common_t {
    pub value: *const c_void,
    pub next: *mut ht_entry_common,
    pub key: ht_key_t,
    pub hash: u32,
}

Fields§

§value: *const c_void§next: *mut ht_entry_common§key: ht_key_t§hash: u32

raw hash value