Structsยง
- RawEntry
Pointer - RawEntryPointer contains a raw pointer of the data slice of
Key
and 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
Key
This struct is unsafe, because it does not promise the raw pointer always valid. - RawValue
Pointer - RawValuePointer contains a raw pointer of the data of
Value
This struct is unsafe, because it does not promise the raw pointer always valid.