Struct windows_sys::Win32::UI::WindowsAndMessaging::MENUINFO
[−]#[repr(C)]pub struct MENUINFO {
pub cbSize: u32,
pub fMask: MENUINFO_MASK,
pub dwStyle: MENUINFO_STYLE,
pub cyMax: u32,
pub hbrBack: HBRUSH,
pub dwContextHelpID: u32,
pub dwMenuData: usize,
}Expand description
Required features: "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi"
Fields
cbSize: u32fMask: MENUINFO_MASKdwStyle: MENUINFO_STYLEcyMax: u32hbrBack: HBRUSHdwContextHelpID: u32dwMenuData: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MENUINFO
impl Send for MENUINFO
impl Sync for MENUINFO
impl Unpin for MENUINFO
impl UnwindSafe for MENUINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more