Struct windows_sys::Win32::UI::Input::KeyboardAndMouse::_VK_TO_FUNCTION_TABLE
[−]#[repr(C)]pub struct _VK_TO_FUNCTION_TABLE {
pub Vk: u8,
pub NLSFEProcType: u8,
pub NLSFEProcCurrent: u8,
pub NLSFEProcSwitch: u8,
pub NLSFEProc: [_VK_FUNCTION_PARAM; 8],
pub NLSFEProcAlt: [_VK_FUNCTION_PARAM; 8],
}
Expand description
Required features: "Win32_UI_Input_KeyboardAndMouse"
Fields
Vk: u8
NLSFEProcType: u8
NLSFEProcCurrent: u8
NLSFEProcSwitch: u8
NLSFEProc: [_VK_FUNCTION_PARAM; 8]
NLSFEProcAlt: [_VK_FUNCTION_PARAM; 8]
Trait Implementations
impl Clone for _VK_TO_FUNCTION_TABLE
impl Clone for _VK_TO_FUNCTION_TABLE
impl Copy for _VK_TO_FUNCTION_TABLE
Auto Trait Implementations
impl RefUnwindSafe for _VK_TO_FUNCTION_TABLE
impl Send for _VK_TO_FUNCTION_TABLE
impl Sync for _VK_TO_FUNCTION_TABLE
impl Unpin for _VK_TO_FUNCTION_TABLE
impl UnwindSafe for _VK_TO_FUNCTION_TABLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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