Struct winsafe::MENUITEMINFO[][src]

#[repr(C)]
pub struct MENUITEMINFO { pub fMask: MIIM, pub fType: MFT, pub fState: MFS, pub wID: u32, pub hSubMenu: HMENU, pub hbmpChecked: HBITMAP, pub hbmpUnchecked: HBITMAP, pub dwItemData: usize, pub dwTypeData: *mut u16, pub cch: u32, pub hbmpItem: HBITMAP, // some fields omitted }
Expand description

MENUITEMINFO struct.

Fields

fMask: MIIMfType: MFTfState: MFSwID: u32hSubMenu: HMENUhbmpChecked: HBITMAPhbmpUnchecked: HBITMAPdwItemData: usizedwTypeData: *mut u16cch: u32hbmpItem: HBITMAP

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.