Struct windows_sys::Win32::UI::Input::KeyboardAndMouse::VK_F
#[repr(C)]pub struct VK_F {
pub Vk: u8,
pub NLSFEProcType: u8,
pub NLSFEProcCurrent: u8,
pub NLSFEProcSwitch: u8,
pub NLSFEProc: [VK_FPARAM; 8],
pub NLSFEProcAlt: [VK_FPARAM; 8],
}
Fields§
§Vk: u8
§NLSFEProcType: u8
§NLSFEProcCurrent: u8
§NLSFEProcSwitch: u8
§NLSFEProc: [VK_FPARAM; 8]
§NLSFEProcAlt: [VK_FPARAM; 8]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for VK_F
impl Send for VK_F
impl Sync for VK_F
impl Unpin for VK_F
impl UnwindSafe for VK_F
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more