Struct winapi::commctrl::TTHITTESTINFOW
[−]
[src]
pub struct TTHITTESTINFOW { pub hwnd: HWND, pub pt: POINT, pub ti: TTTOOLINFOW, }
Fields
hwnd | |
pt | |
ti |
Trait Implementations
impl Copy for TTHITTESTINFOW
[src]
impl Clone for TTHITTESTINFOW
[src]
fn clone(&self) -> TTHITTESTINFOW
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