Module BSStringPool

Source

Structs§

BucketTable
Entry

Enums§

U8
U16
The wchar_t type is an implementation-defined wide character type.

Traits§

StringFormat
The StringFormat trait defines the methods required to interact with a specific string format type.

Functions§

release8
Releases a c_char entry. This is marked as unsafe because it operates directly on raw pointers.
release16
Releases a wchar_t entry. This is marked as unsafe because it operates directly on raw pointers.

Unions§

LengthOrRight
A union representing either the length of the entry or a pointer to the next entry. This allows for flexible storage of either data (length) or a pointer (right).