uefi_raw

Type Alias Char8

source
pub type Char8 = u8;
Expand description

One-byte character.

Most strings in UEFI use Char16, but a few places use one-byte characters. Unless otherwise noted, these are encoded as 8-bit ASCII using the ISO-Latin-1 character set.