Macros§
- cstr1c
- Null terminated utf-16 static string, used for names
- name
- Null terminated utf-16 static string, used for names
- str1c
- Non null utf-16 static string, used for 1c-strings
- utf16
- Turns a string literal into a
u16
array literal ([u16; N]
). - utf16_
null - Turns a string literal into a
u16
array literal ([u16; N]
) with a trailing0
.
Structs§
Enums§
Traits§
Functions§
- create_
component ⚠ - Safety
- destroy_
component ⚠ - Safety