Struct winapi::commctrl::NMCUSTOMDRAW [] [src]

pub struct NMCUSTOMDRAW {
    pub hdr: NMHDR,
    pub dwDrawStage: DWORD,
    pub hdc: HDC,
    pub rc: RECT,
    pub dwItemSpec: DWORD_PTR,
    pub uItemState: UINT,
    pub lItemlParam: LPARAM,
}

Fields

hdr: NMHDR dwDrawStage: DWORD hdc: HDC rc: RECT dwItemSpec: DWORD_PTR uItemState: UINT lItemlParam: LPARAM

Trait Implementations

impl Debug for NMCUSTOMDRAW
[src]

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

Formats the value using the given formatter.

impl Copy for NMCUSTOMDRAW
[src]

impl Clone for NMCUSTOMDRAW
[src]

fn clone(&self) -> NMCUSTOMDRAW

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