Struct winapi::um::winuser::DRAWITEMSTRUCT
source · #[repr(C)]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§
source§impl Clone for DRAWITEMSTRUCT
impl Clone for DRAWITEMSTRUCT
source§fn clone(&self) -> DRAWITEMSTRUCT
fn clone(&self) -> DRAWITEMSTRUCT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DRAWITEMSTRUCT
impl Default for DRAWITEMSTRUCT
source§fn default() -> DRAWITEMSTRUCT
fn default() -> DRAWITEMSTRUCT
Returns the “default value” for a type. Read more