Struct winapi::commctrl::DRAGLISTINFO
[−]
[src]
pub struct DRAGLISTINFO {
pub uNotification: UINT,
pub hWnd: HWND,
pub ptCursor: POINT,
}Fields
uNotification | |
hWnd | |
ptCursor |
Trait Implementations
impl Copy for DRAGLISTINFO[src]
impl Clone for DRAGLISTINFO[src]
fn clone(&self) -> DRAGLISTINFO
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