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 | |
dwDrawStage | |
hdc | |
rc | |
dwItemSpec | |
uItemState | |
lItemlParam |
Trait Implementations
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