Type Alias r_efi::base::Char16

source ·
pub type Char16 = u16;
Expand description

Dual-byte Character Type

The Char16 type represents dual-byte characters. UEFI defines them to be UCS-2 encoded.