#[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: DWORDTrait Implementations§
Source§impl Clone for tagCOMPAREITEMSTRUCT
impl Clone for tagCOMPAREITEMSTRUCT
Source§fn clone(&self) -> tagCOMPAREITEMSTRUCT
fn clone(&self) -> tagCOMPAREITEMSTRUCT
Returns a duplicate 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
impl Copy 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