Structsยง
- RawEntry
Pointer - RawEntryPointer contains a raw pointer of the data slice of
Keyand a raw pointer of the data slice ofValue. This struct is unsafe, because it does not promise the raw pointer always valid. - RawKey
Pointer - RawKeyPointer contains a raw pointer of the data slice of
KeyThis struct is unsafe, because it does not promise the raw pointer always valid. - RawValue
Pointer - RawValuePointer contains a raw pointer of the data of
ValueThis struct is unsafe, because it does not promise the raw pointer always valid.