#[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 duplicate 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
impl Copy for MENUITEMINFOW
Auto Trait Implementations§
impl Freeze for MENUITEMINFOW
impl RefUnwindSafe for MENUITEMINFOW
impl !Send for MENUITEMINFOW
impl !Sync for MENUITEMINFOW
impl Unpin for MENUITEMINFOW
impl UnwindSafe for MENUITEMINFOW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more