#[repr(C)]pub struct HiiKeyboardLayout {
pub LayoutLength: u16,
pub Guid: Guid,
pub LayoutDescriptorStringOffset: u32,
pub DescriptorCount: u8,
}Fields§
§LayoutLength: u16The length of the current keyboard layout
Guid: GuidThe unique ID associated with this keyboard layout
LayoutDescriptorStringOffset: u32An offset location of the string which describes this keyboard layout, as a DescriptionStringBundle
DescriptorCount: u8The number of Descriptor entries in this layout
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