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: NMHDR iItem: c_int tbButton: TBBUTTON cchText: c_int pszText: LPWSTR rcButton: RECT

Trait Implementations

impl Debug for NMTOOLBARW
[src]

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

Formats the value using the given formatter.

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