Struct MENUBARINFO
#[repr(C)]pub struct MENUBARINFO {
pub cbSize: u32,
pub rcBar: RECT,
pub hMenu: HMENU,
pub hwndMenu: HWND,
pub _bitfield: i32,
}
Fields§
§cbSize: u32
§rcBar: RECT
§hMenu: HMENU
§hwndMenu: HWND
§_bitfield: i32
Trait Implementations§
§impl Clone for MENUBARINFO
impl Clone for MENUBARINFO
§fn clone(&self) -> MENUBARINFO
fn clone(&self) -> MENUBARINFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MENUBARINFO
Auto Trait Implementations§
impl Freeze for MENUBARINFO
impl RefUnwindSafe for MENUBARINFO
impl !Send for MENUBARINFO
impl !Sync for MENUBARINFO
impl Unpin for MENUBARINFO
impl UnwindSafe for MENUBARINFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more