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

Trait Implementations

impl Debug for NMTREEVIEWA
[src]

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

Formats the value using the given formatter.

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