#[repr(C)]
pub struct tagKbdNlsLayer { pub OEMIdentifier: u16, pub LayoutInformation: u16, pub NumOfVkToF: u32, pub pVkToF: *mut _VK_TO_FUNCTION_TABLE, pub NumOfMouseVKey: i32, pub pusMouseVKey: *mut u16, }
Expand description

Required features: "Win32_UI_Input_KeyboardAndMouse"

Fields

OEMIdentifier: u16LayoutInformation: u16NumOfVkToF: u32pVkToF: *mut _VK_TO_FUNCTION_TABLENumOfMouseVKey: i32pusMouseVKey: *mut u16

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.