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: UINT CtlID: UINT hwndItem: HWND itemID1: UINT itemData1: ULONG_PTR itemID2: UINT itemData2: ULONG_PTR dwLocaleId: DWORD

Trait Implementations

impl Debug for COMPAREITEMSTRUCT
[src]

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

Formats the value using the given formatter.

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