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: NMHDR action: UINT itemOld: TVITEMW itemNew: TVITEMW ptDrag: POINT

Trait Implementations

impl Debug for NMTREEVIEWW
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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