Struct winapi::um::winuser::LASTINPUTINFO
source · #[repr(C)]pub struct LASTINPUTINFO {
pub cbSize: UINT,
pub dwTime: DWORD,
}
Fields§
§cbSize: UINT
§dwTime: DWORD
Trait Implementations§
source§impl Clone for LASTINPUTINFO
impl Clone for LASTINPUTINFO
source§fn clone(&self) -> LASTINPUTINFO
fn clone(&self) -> LASTINPUTINFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for LASTINPUTINFO
impl Default for LASTINPUTINFO
source§fn default() -> LASTINPUTINFO
fn default() -> LASTINPUTINFO
Returns the “default value” for a type. Read more