Struct winapi::commctrl::NMTVASYNCDRAW [] [src]

pub struct NMTVASYNCDRAW {
    pub hdr: NMHDR,
    pub pimldp: *mut IMAGELISTDRAWPARAMS,
    pub hr: HRESULT,
    pub hItem: HTREEITEM,
    pub lParam: LPARAM,
    pub dwRetFlags: DWORD,
    pub iRetImageIndex: c_int,
}

Fields

hdr
pimldp
hr
hItem
lParam
dwRetFlags
iRetImageIndex

Trait Implementations

impl Copy for NMTVASYNCDRAW
[src]

impl Clone for NMTVASYNCDRAW
[src]

fn clone(&self) -> NMTVASYNCDRAW

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

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

Formats the value using the given formatter.