Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::MENUBARINFO [−][src]
#[repr(C)]pub struct MENUBARINFO {
pub cbSize: u32,
pub rcBar: RECT,
pub hMenu: HMENU,
pub hwndMenu: HWND,
pub _bitfield: i32,
}Fields
cbSize: u32rcBar: RECThMenu: HMENUhwndMenu: HWND_bitfield: i32Trait 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 MENUBARINFO
impl Send for MENUBARINFO
impl Sync for MENUBARINFO
impl Unpin for MENUBARINFO
impl UnwindSafe for MENUBARINFO
Blanket Implementations
Mutably borrows from an owned value. Read more