Struct winapi::um::winuser::DELETEITEMSTRUCT
source · #[repr(C)]pub struct DELETEITEMSTRUCT {
pub CtlType: UINT,
pub CtlID: UINT,
pub itemID: UINT,
pub hwndItem: HWND,
pub itemData: ULONG_PTR,
}
Fields§
§CtlType: UINT
§CtlID: UINT
§itemID: UINT
§hwndItem: HWND
§itemData: ULONG_PTR
Trait Implementations§
source§impl Clone for DELETEITEMSTRUCT
impl Clone for DELETEITEMSTRUCT
source§fn clone(&self) -> DELETEITEMSTRUCT
fn clone(&self) -> DELETEITEMSTRUCT
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 Default for DELETEITEMSTRUCT
impl Default for DELETEITEMSTRUCT
source§fn default() -> DELETEITEMSTRUCT
fn default() -> DELETEITEMSTRUCT
Returns the “default value” for a type. Read more