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: UINT CtlID: UINT itemID: UINT itemAction: UINT itemState: UINT hwndItem: HWND hDC: HDC rcItem: RECT itemData: ULONG_PTR

Trait Implementations

impl Debug for DRAWITEMSTRUCT
[src]

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

Formats the value using the given formatter.

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