Type Alias HashPointer

Source
pub type HashPointer = _HashPointer;

Aliased Type§

#[repr(C)]
pub struct HashPointer { pub pos: *mut bucket, pub h: u64, }

Fields§

§pos: *mut bucket§h: u64