MCPcopy Create free account
hub / github.com/echQoQ/RustSL / UnicodeString

Class UnicodeString

RustVEHSyscalls/src/def.rs:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48#[repr(C)]
49pub struct UnicodeString {
50 pub length: u16,
51 pub maximum_length: u16,
52 pub buffer: *mut u16,
53}
54
55#[repr(C)]
56#[derive(Copy, Clone)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected