Struct winapi::commctrl::NMTBDISPINFOA [] [src]

pub struct NMTBDISPINFOA {
    pub hdr: NMHDR,
    pub dwMask: DWORD,
    pub idCommand: c_int,
    pub lParam: DWORD_PTR,
    pub iImage: c_int,
    pub pszText: LPSTR,
    pub cchText: c_int,
}

Fields

hdr
dwMask
idCommand
lParam
iImage
pszText
cchText

Trait Implementations

impl Copy for NMTBDISPINFOA
[src]

impl Clone for NMTBDISPINFOA
[src]

fn clone(&self) -> NMTBDISPINFOA

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 NMTBDISPINFOA
[src]

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

Formats the value using the given formatter.