Struct windows_sys::Win32::UI::Input::KeyboardAndMouse::LASTINPUTINFO
[−]Expand description
Required features: ‘Win32_UI_Input_KeyboardAndMouse’
Fields
cbSize: u32
dwTime: u32
Trait Implementations
impl Clone for LASTINPUTINFO
impl Clone for LASTINPUTINFO
impl Copy for LASTINPUTINFO
Auto Trait Implementations
impl RefUnwindSafe for LASTINPUTINFO
impl Send for LASTINPUTINFO
impl Sync for LASTINPUTINFO
impl Unpin for LASTINPUTINFO
impl UnwindSafe for LASTINPUTINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more