pub type hashtable = Struct_Unnamed1;Aliased Type§
#[repr(C)]pub struct hashtable {
pub table: *mut *mut Struct__hashelem,
pub size: i32,
pub base: i32,
pub count: i32,
pub first: *mut Struct__hashelem,
pub last: *mut Struct__hashelem,
}Fields§
§table: *mut *mut Struct__hashelem§size: i32§base: i32§count: i32§first: *mut Struct__hashelem§last: *mut Struct__hashelem