Struct winapi::winuser::DRAWITEMSTRUCT
[−]
[src]
pub struct DRAWITEMSTRUCT { pub CtlType: UINT, pub CtlID: UINT, pub itemID: UINT, pub itemAction: UINT, pub itemState: UINT, pub hwndItem: HWND, pub hDC: HDC, pub rcItem: RECT, pub itemData: ULONG_PTR, }
Fields
CtlType | |
CtlID | |
itemID | |
itemAction | |
itemState | |
hwndItem | |
hDC | |
rcItem | |
itemData |
Trait Implementations
impl Copy for DRAWITEMSTRUCT
[src]
impl Clone for DRAWITEMSTRUCT
[src]
fn clone(&self) -> DRAWITEMSTRUCT
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