Expand description
SOME/IP string types.
Structs§
- Dynamic
Length String - A dynamic length string.
- Fixed
Length String - A fixed length string.
- Utf16
BeStr - A UTF-16BE encoded string.
- Utf16
LeStr - A UTF-16LE encoded string.
Enums§
- Encoded
String - A string encoded as either UTF-8, UTF-16-BE or UTF-16-LE.
Traits§
- Utf16
Str - Trait for working with UTF-16BE and UTF-16LE strings.
- Utf16
StrExt - Extension trait for creating UTF-8 strings from UTF-16 strings.