Struct winapi::commctrl::NMTOOLBARW
[−]
[src]
pub struct NMTOOLBARW { pub hdr: NMHDR, pub iItem: c_int, pub tbButton: TBBUTTON, pub cchText: c_int, pub pszText: LPWSTR, pub rcButton: RECT, }
Fields
hdr | |
iItem | |
tbButton | |
cchText | |
pszText | |
rcButton |
Trait Implementations
impl Copy for NMTOOLBARW
[src]
impl Clone for NMTOOLBARW
[src]
fn clone(&self) -> NMTOOLBARW
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