Type Alias yara_sys::YR_HASH_TABLE

source ·
pub type YR_HASH_TABLE = _YR_HASH_TABLE;

Aliased Type§

struct YR_HASH_TABLE {
    pub size: i32,
    pub buckets: [*mut _YR_HASH_TABLE_ENTRY; 1],
}

Fields§

§size: i32§buckets: [*mut _YR_HASH_TABLE_ENTRY; 1]