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