#[repr(C)]
pub struct tagKbdLayer {
Show 16 fields pub pCharModifiers: *mut MODIFIERS, pub pVkToWcharTable: *mut VK_TO_WCHAR_TABLE, pub pDeadKey: *mut DEADKEY, pub pKeyNames: *mut VSC_LPWSTR, pub pKeyNamesExt: *mut VSC_LPWSTR, pub pKeyNamesDead: *mut *mut u16, pub pusVSCtoVK: *mut u16, pub bMaxVSCtoVK: u8, pub pVSCtoVK_E0: *mut VSC_VK, pub pVSCtoVK_E1: *mut VSC_VK, pub fLocaleFlags: u32, pub nLgMax: u8, pub cbLgEntry: u8, pub pLigature: *mut LIGATURE1, pub dwType: u32, pub dwSubType: u32,
}
Expand description

Required features: "Win32_UI_Input_KeyboardAndMouse"

Fields

pCharModifiers: *mut MODIFIERSpVkToWcharTable: *mut VK_TO_WCHAR_TABLEpDeadKey: *mut DEADKEYpKeyNames: *mut VSC_LPWSTRpKeyNamesExt: *mut VSC_LPWSTRpKeyNamesDead: *mut *mut u16pusVSCtoVK: *mut u16bMaxVSCtoVK: u8pVSCtoVK_E0: *mut VSC_VKpVSCtoVK_E1: *mut VSC_VKfLocaleFlags: u32nLgMax: u8cbLgEntry: u8pLigature: *mut LIGATURE1dwType: u32dwSubType: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.