Struct winapi::um::winuser::MENUITEMINFOW
source · #[repr(C)]pub struct MENUITEMINFOW {
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: LPWSTR,
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: LPWSTR
§cch: UINT
§hbmpItem: HBITMAP
Trait Implementations§
source§impl Clone for MENUITEMINFOW
impl Clone for MENUITEMINFOW
source§fn clone(&self) -> MENUITEMINFOW
fn clone(&self) -> MENUITEMINFOW
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 MENUITEMINFOW
impl Default for MENUITEMINFOW
source§fn default() -> MENUITEMINFOW
fn default() -> MENUITEMINFOW
Returns the “default value” for a type. Read more