Struct winapi::winuser::MENUITEMINFOA [] [src]

pub struct MENUITEMINFOA {
    pub cbSize: UINT,
    pub fMask: UINT,
    pub fType: UINT,
    pub fState: UINT,
    pub wID: UINT,
    pub hSubMenu: HMENU,
    pub hbmpChecked: HBITMAP,
    pub hbmpUnchecked: HBITMAP,
    pub dwItemData: ULONG_PTR,
    pub dwTypeData: LPSTR,
    pub cch: UINT,
    pub hbmpItem: HBITMAP,
}

Fields

cbSize: UINT fMask: UINT fType: UINT fState: UINT wID: UINT hSubMenu: HMENU hbmpChecked: HBITMAP hbmpUnchecked: HBITMAP dwItemData: ULONG_PTR dwTypeData: LPSTR cch: UINT hbmpItem: HBITMAP

Trait Implementations

impl Debug for MENUITEMINFOA
[src]

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

Formats the value using the given formatter.

impl Copy for MENUITEMINFOA
[src]

impl Clone for MENUITEMINFOA
[src]

fn clone(&self) -> MENUITEMINFOA

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