Struct winapi::winuser::TRACKMOUSEEVENT
[−]
[src]
pub struct TRACKMOUSEEVENT {
pub cbSize: DWORD,
pub dwFlags: DWORD,
pub hwndTrack: HWND,
pub dwHoverTime: DWORD,
}Fields
cbSize | |
dwFlags | |
hwndTrack | |
dwHoverTime |
Trait Implementations
impl Copy for TRACKMOUSEEVENT[src]
impl Clone for TRACKMOUSEEVENT[src]
fn clone(&self) -> TRACKMOUSEEVENT
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more