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