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 | |
uChanged | |
hItem | |
uStateNew | |
uStateOld | |
lParam |
Trait Implementations
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