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