Struct winapi::winuser::DELETEITEMSTRUCT
[−]
[src]
pub struct DELETEITEMSTRUCT { pub CtlType: UINT, pub CtlID: UINT, pub itemID: UINT, pub hwndItem: HWND, pub itemData: ULONG_PTR, }
Fields
CtlType | |
CtlID | |
itemID | |
hwndItem | |
itemData |
Trait Implementations
impl Copy for DELETEITEMSTRUCT
[src]
impl Clone for DELETEITEMSTRUCT
[src]
fn clone(&self) -> DELETEITEMSTRUCT
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