Struct winapi::commctrl::NMTVITEMCHANGE [] [src]

pub struct NMTVITEMCHANGE {
    pub hdr: NMHDR,
    pub uChanged: UINT,
    pub hItem: HTREEITEM,
    pub uStateNew: UINT,
    pub uStateOld: UINT,
    pub lParam: LPARAM,
}

Fields

hdr: NMHDR uChanged: UINT hItem: HTREEITEM uStateNew: UINT uStateOld: UINT lParam: LPARAM

Trait Implementations

impl Debug for NMTVITEMCHANGE
[src]

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

Formats the value using the given formatter.

impl Copy for NMTVITEMCHANGE
[src]

impl Clone for NMTVITEMCHANGE
[src]

fn clone(&self) -> NMTVITEMCHANGE

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