Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::MENUINFO [−][src]
#[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,
}Fields
cbSize: u32fMask: MENUINFO_MASKdwStyle: MENUINFO_STYLEcyMax: u32hbrBack: HBRUSHdwContextHelpID: u32dwMenuData: usizeTrait Implementations
type DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Auto Trait Implementations
impl RefUnwindSafe for MENUINFO
impl UnwindSafe for MENUINFO
Blanket Implementations
Mutably borrows from an owned value. Read more