Struct winapi::winuser::COMPAREITEMSTRUCT
[−]
[src]
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 | |
CtlID | |
hwndItem | |
itemID1 | |
itemData1 | |
itemID2 | |
itemData2 | |
dwLocaleId |
Trait Implementations
impl Copy for COMPAREITEMSTRUCT[src]
impl Clone for COMPAREITEMSTRUCT[src]
fn clone(&self) -> COMPAREITEMSTRUCT
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