Struct windows_sys::Win32::UI::WindowsAndMessaging::MENUBARINFO
[−]#[repr(C)]pub struct MENUBARINFO {
pub cbSize: u32,
pub rcBar: RECT,
pub hMenu: HMENU,
pub hwndMenu: HWND,
pub _bitfield: i32,
}Expand description
Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"
Fields
cbSize: u32rcBar: RECThMenu: HMENUhwndMenu: HWND_bitfield: i32Trait Implementations
impl Clone for MENUBARINFO
impl Clone for MENUBARINFO
impl Copy for MENUBARINFO
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
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