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: UINT CtlID: UINT itemID: UINT hwndItem: HWND itemData: ULONG_PTR

Trait Implementations

impl Debug for DELETEITEMSTRUCT
[src]

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

Formats the value using the given formatter.

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