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

Trait Implementations

impl Debug for NMTOOLBARA
[src]

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

Formats the value using the given formatter.

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