pub type ALPHA_MEMORY_HASH = alphaMemoryHash;Aliased Type§
struct ALPHA_MEMORY_HASH {
pub bucket: u32,
pub owner: *mut patternNodeHeader,
pub alphaMemory: *mut partialMatch,
pub endOfQueue: *mut partialMatch,
pub nextHash: *mut alphaMemoryHash,
pub prevHash: *mut alphaMemoryHash,
pub next: *mut alphaMemoryHash,
pub prev: *mut alphaMemoryHash,
}Fields§
§bucket: u32§owner: *mut patternNodeHeader§alphaMemory: *mut partialMatch§endOfQueue: *mut partialMatch§nextHash: *mut alphaMemoryHash§prevHash: *mut alphaMemoryHash§next: *mut alphaMemoryHash§prev: *mut alphaMemoryHash