Struct windows_sys::Win32::UI::Input::KeyboardAndMouse::KBDNLSTABLES
[−]#[repr(C)]pub struct KBDNLSTABLES {
pub OEMIdentifier: u16,
pub LayoutInformation: u16,
pub NumOfVkToF: u32,
pub pVkToF: *mut VK_F,
pub NumOfMouseVKey: i32,
pub pusMouseVKey: *mut u16,
}Expand description
Required features: "Win32_UI_Input_KeyboardAndMouse"
Fields
OEMIdentifier: u16LayoutInformation: u16NumOfVkToF: u32pVkToF: *mut VK_FNumOfMouseVKey: i32pusMouseVKey: *mut u16Trait Implementations
impl Clone for KBDNLSTABLES
impl Clone for KBDNLSTABLES
impl Copy for KBDNLSTABLES
Auto Trait Implementations
impl RefUnwindSafe for KBDNLSTABLES
impl !Send for KBDNLSTABLES
impl !Sync for KBDNLSTABLES
impl Unpin for KBDNLSTABLES
impl UnwindSafe for KBDNLSTABLES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more