pub type Key128<B = HeapNullBitmap> = FixedSizeKey<16, B>;Aliased Type§
pub struct Key128<B = HeapNullBitmap> {
hash_code: HashCode<XxHash64Builder>,
key: [u8; 16],
null_bitmap: B,
}Fields§
§hash_code: HashCode<XxHash64Builder>§key: [u8; 16]§null_bitmap: B