Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MENUITEMINFOA [−][src]
#[repr(C)]pub struct MENUITEMINFOA {
pub cbSize: u32,
pub fMask: MENU_ITEM_MASK,
pub fType: MENU_ITEM_TYPE,
pub fState: MENU_ITEM_STATE,
pub wID: u32,
pub hSubMenu: HMENU,
pub hbmpChecked: HBITMAP,
pub hbmpUnchecked: HBITMAP,
pub dwItemData: usize,
pub dwTypeData: PSTR,
pub cch: u32,
pub hbmpItem: HBITMAP,
}Fields
cbSize: u32fMask: MENU_ITEM_MASKfType: MENU_ITEM_TYPEfState: MENU_ITEM_STATEwID: u32hSubMenu: HMENUhbmpChecked: HBITMAPhbmpUnchecked: HBITMAPdwItemData: usizedwTypeData: PSTRcch: u32hbmpItem: HBITMAPTrait Implementations
type Abi = MENUITEMINFOA
type Abi = MENUITEMINFOA
The abi representation of the implementing type. Read more
type DefaultType = MENUITEMINFOA
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MENUITEMINFOA
impl !Send for MENUITEMINFOA
impl !Sync for MENUITEMINFOA
impl Unpin for MENUITEMINFOA
impl UnwindSafe for MENUITEMINFOA
Blanket Implementations
Mutably borrows from an owned value. Read more