#[repr(C)]pub struct tagLASTINPUTINFO {
pub cbSize: UINT,
pub dwTime: DWORD,
}
Fields§
§cbSize: UINT
§dwTime: DWORD
Trait Implementations§
Source§impl Clone for tagLASTINPUTINFO
impl Clone for tagLASTINPUTINFO
Source§fn clone(&self) -> tagLASTINPUTINFO
fn clone(&self) -> tagLASTINPUTINFO
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 Debug for tagLASTINPUTINFO
impl Debug for tagLASTINPUTINFO
Source§impl Ord for tagLASTINPUTINFO
impl Ord for tagLASTINPUTINFO
Source§fn cmp(&self, other: &tagLASTINPUTINFO) -> Ordering
fn cmp(&self, other: &tagLASTINPUTINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagLASTINPUTINFO
impl PartialEq for tagLASTINPUTINFO
Source§impl PartialOrd for tagLASTINPUTINFO
impl PartialOrd for tagLASTINPUTINFO
impl Copy for tagLASTINPUTINFO
impl Eq for tagLASTINPUTINFO
impl StructuralPartialEq for tagLASTINPUTINFO
Auto Trait Implementations§
impl Freeze for tagLASTINPUTINFO
impl RefUnwindSafe for tagLASTINPUTINFO
impl Send for tagLASTINPUTINFO
impl Sync for tagLASTINPUTINFO
impl Unpin for tagLASTINPUTINFO
impl UnwindSafe for tagLASTINPUTINFO
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