Struct vc6_sys::tagMENUITEMINFOA
source · #[repr(C)]pub struct tagMENUITEMINFOA {
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: DWORD,
pub dwTypeData: LPSTR,
pub cch: UINT,
}Fields§
§cbSize: UINT§fMask: UINT§fType: UINT§fState: UINT§wID: UINT§hSubMenu: HMENU§hbmpChecked: HBITMAP§hbmpUnchecked: HBITMAP§dwItemData: DWORD§dwTypeData: LPSTR§cch: UINTTrait Implementations§
source§impl Clone for tagMENUITEMINFOA
impl Clone for tagMENUITEMINFOA
source§fn clone(&self) -> tagMENUITEMINFOA
fn clone(&self) -> tagMENUITEMINFOA
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 Debug for tagMENUITEMINFOA
impl Debug for tagMENUITEMINFOA
impl Copy for tagMENUITEMINFOA
Auto Trait Implementations§
impl RefUnwindSafe for tagMENUITEMINFOA
impl !Send for tagMENUITEMINFOA
impl !Sync for tagMENUITEMINFOA
impl Unpin for tagMENUITEMINFOA
impl UnwindSafe for tagMENUITEMINFOA
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