#[repr(C)]pub struct tagCOMPAREITEMSTRUCT {
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 tagCOMPAREITEMSTRUCT
impl Clone for tagCOMPAREITEMSTRUCT
Source§fn clone(&self) -> tagCOMPAREITEMSTRUCT
fn clone(&self) -> tagCOMPAREITEMSTRUCT
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 tagCOMPAREITEMSTRUCT
impl Debug for tagCOMPAREITEMSTRUCT
Source§impl Ord for tagCOMPAREITEMSTRUCT
impl Ord for tagCOMPAREITEMSTRUCT
Source§fn cmp(&self, other: &tagCOMPAREITEMSTRUCT) -> Ordering
fn cmp(&self, other: &tagCOMPAREITEMSTRUCT) -> 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
Source§impl PartialEq for tagCOMPAREITEMSTRUCT
impl PartialEq for tagCOMPAREITEMSTRUCT
Source§impl PartialOrd for tagCOMPAREITEMSTRUCT
impl PartialOrd for tagCOMPAREITEMSTRUCT
impl Copy for tagCOMPAREITEMSTRUCT
impl Eq for tagCOMPAREITEMSTRUCT
impl StructuralPartialEq for tagCOMPAREITEMSTRUCT
Auto Trait Implementations§
impl Freeze for tagCOMPAREITEMSTRUCT
impl RefUnwindSafe for tagCOMPAREITEMSTRUCT
impl !Send for tagCOMPAREITEMSTRUCT
impl !Sync for tagCOMPAREITEMSTRUCT
impl Unpin for tagCOMPAREITEMSTRUCT
impl UnwindSafe for tagCOMPAREITEMSTRUCT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more