#[repr(C)]pub struct KeyDescriptor {
pub key: Key,
pub unicode: Char16,
pub shifted_unicode: Char16,
pub alt_gr_unicode: Char16,
pub shifted_alt_gr_unicode: Char16,
pub modifier: u16,
pub affected_attribute: u16,
}Expand description
EFI_KEY_DESCRIPTOR
Fields§
§key: Key§unicode: Char16§shifted_unicode: Char16§alt_gr_unicode: Char16§shifted_alt_gr_unicode: Char16§modifier: u16§affected_attribute: u16