Struct winapi::commctrl::NMTREEVIEWW
[−]
[src]
pub struct NMTREEVIEWW {
pub hdr: NMHDR,
pub action: UINT,
pub itemOld: TVITEMW,
pub itemNew: TVITEMW,
pub ptDrag: POINT,
}Fields
hdr | |
action | |
itemOld | |
itemNew | |
ptDrag |
Trait Implementations
impl Copy for NMTREEVIEWW[src]
impl Clone for NMTREEVIEWW[src]
fn clone(&self) -> NMTREEVIEWW
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