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