Struct winapi::commctrl::NMTBDISPINFOW [] [src]

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

Fields

hdr: NMHDR dwMask: DWORD idCommand: c_int lParam: DWORD_PTR iImage: c_int pszText: LPWSTR cchText: c_int

Trait Implementations

impl Debug for NMTBDISPINFOW
[src]

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

Formats the value using the given formatter.

impl Copy for NMTBDISPINFOW
[src]

impl Clone for NMTBDISPINFOW
[src]

fn clone(&self) -> NMTBDISPINFOW

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