#[repr(C)]pub struct HiiKeyboardLayout {
pub layout_length: u16,
pub guid: Guid,
pub layout_descriptor_string_offset: u32,
pub descriptor_count: u8,
pub descriptors: [KeyDescriptor; 0],
}
Expand description
EFI_HII_KEYBOARD_LAYOUT
Fields§
§layout_length: u16
§guid: Guid
§layout_descriptor_string_offset: u32
§descriptor_count: u8
§descriptors: [KeyDescriptor; 0]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HiiKeyboardLayout
impl RefUnwindSafe for HiiKeyboardLayout
impl Send for HiiKeyboardLayout
impl Sync for HiiKeyboardLayout
impl Unpin for HiiKeyboardLayout
impl UnwindSafe for HiiKeyboardLayout
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more