Struct winapi::commctrl::NMTBHOTITEM
[−]
[src]
pub struct NMTBHOTITEM { pub hdr: NMHDR, pub idOld: c_int, pub idNew: c_int, pub dwFlags: DWORD, }
Fields
hdr | |
idOld | |
idNew | |
dwFlags |
Trait Implementations
impl Copy for NMTBHOTITEM
[src]
impl Clone for NMTBHOTITEM
[src]
fn clone(&self) -> NMTBHOTITEM
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