pub type Bucket = bucket;Aliased Type§
#[repr(C)]pub struct Bucket {
pub h: u64,
pub nKeyLength: u32,
pub pData: *mut c_void,
pub pDataPtr: *mut c_void,
pub pListNext: *mut bucket,
pub pListLast: *mut bucket,
pub pNext: *mut bucket,
pub pLast: *mut bucket,
pub arKey: *const i8,
}Fields§
§h: u64§nKeyLength: u32§pData: *mut c_void§pDataPtr: *mut c_void§pListNext: *mut bucket§pListLast: *mut bucket§pNext: *mut bucket§pLast: *mut bucket§arKey: *const i8