Struct windows_sys::Win32::UI::Input::KeyboardAndMouse::_VK_FUNCTION_PARAM
[−]Expand description
Required features: "Win32_UI_Input_KeyboardAndMouse"
Fields
NLSFEProcIndex: u8
NLSFEProcParam: u32
Trait Implementations
impl Clone for _VK_FUNCTION_PARAM
impl Clone for _VK_FUNCTION_PARAM
impl Copy for _VK_FUNCTION_PARAM
Auto Trait Implementations
impl RefUnwindSafe for _VK_FUNCTION_PARAM
impl Send for _VK_FUNCTION_PARAM
impl Sync for _VK_FUNCTION_PARAM
impl Unpin for _VK_FUNCTION_PARAM
impl UnwindSafe for _VK_FUNCTION_PARAM
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