Struct winapi::um::winuser::MENUITEMINFOA
source · #[repr(C)]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§
source§impl Clone for MENUITEMINFOA
impl Clone for MENUITEMINFOA
source§fn clone(&self) -> MENUITEMINFOA
fn clone(&self) -> MENUITEMINFOA
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 MENUITEMINFOA
impl Default for MENUITEMINFOA
source§fn default() -> MENUITEMINFOA
fn default() -> MENUITEMINFOA
Returns the “default value” for a type. Read more