Struct winapi::um::winuser::COMPAREITEMSTRUCT
source · #[repr(C)]pub struct COMPAREITEMSTRUCT {
pub CtlType: UINT,
pub CtlID: UINT,
pub hwndItem: HWND,
pub itemID1: UINT,
pub itemData1: ULONG_PTR,
pub itemID2: UINT,
pub itemData2: ULONG_PTR,
pub dwLocaleId: DWORD,
}
Fields§
§CtlType: UINT
§CtlID: UINT
§hwndItem: HWND
§itemID1: UINT
§itemData1: ULONG_PTR
§itemID2: UINT
§itemData2: ULONG_PTR
§dwLocaleId: DWORD
Trait Implementations§
source§impl Clone for COMPAREITEMSTRUCT
impl Clone for COMPAREITEMSTRUCT
source§fn clone(&self) -> COMPAREITEMSTRUCT
fn clone(&self) -> COMPAREITEMSTRUCT
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 COMPAREITEMSTRUCT
impl Default for COMPAREITEMSTRUCT
source§fn default() -> COMPAREITEMSTRUCT
fn default() -> COMPAREITEMSTRUCT
Returns the “default value” for a type. Read more