Struct webview2_com::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 Abi = MENUBARINFO
type Abi = MENUBARINFO
The abi representation of the implementing type. Read more
type DefaultType = MENUBARINFO
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
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