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: NMHDR pimldp: *mut IMAGELISTDRAWPARAMS hr: HRESULT hItem: HTREEITEM lParam: LPARAM dwRetFlags: DWORD iRetImageIndex: c_int

Trait Implementations

impl Debug for NMTVASYNCDRAW
[src]

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

Formats the value using the given formatter.

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