commonlibsse_
ng
0.1.0
Module BSString
Pool
Module Items
Structs
Enums
Traits
Functions
Unions
In commonlibsse_
ng::
re
commonlibsse_ng
::
re
Module
BSStringPool
Copy item path
Source
Structs
§
Bucket
Table
Entry
Enums
§
U8
U16
The
wchar_t
type is an implementation-defined wide character type.
Traits
§
String
Format
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
§
Length
OrRight
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).