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

Derived Implementations

impl Debug for NMTOOLBARW
[src]

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

Formats the value using the given formatter.