pub type DRAWITEMSTRUCT = tagDRAWITEMSTRUCT;
Aliased Type§
struct DRAWITEMSTRUCT {
pub CtlType: u32,
pub CtlID: u32,
pub itemID: u32,
pub itemAction: u32,
pub itemState: u32,
pub hwndItem: *mut HWND__,
pub hDC: *mut HDC__,
pub rcItem: tagRECT,
pub itemData: u64,
}
Fields§
§CtlType: u32
§CtlID: u32
§itemID: u32
§itemAction: u32
§itemState: u32
§hwndItem: *mut HWND__
§hDC: *mut HDC__
§rcItem: tagRECT
§itemData: u64
Trait Implementations
Source§impl Clone for tagDRAWITEMSTRUCT
impl Clone for tagDRAWITEMSTRUCT
Source§fn clone(&self) -> tagDRAWITEMSTRUCT
fn clone(&self) -> tagDRAWITEMSTRUCT
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 Debug for tagDRAWITEMSTRUCT
impl Debug for tagDRAWITEMSTRUCT
Source§impl Ord for tagDRAWITEMSTRUCT
impl Ord for tagDRAWITEMSTRUCT
Source§fn cmp(&self, other: &tagDRAWITEMSTRUCT) -> Ordering
fn cmp(&self, other: &tagDRAWITEMSTRUCT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more