Module raw_pointer

Source
Expand description

Unsafe raw pointer for Key, Value, Entry

Structsยง

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