#[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§
Source§impl Abi for MENUBARINFO
impl Abi for MENUBARINFO
Source§type Abi = MENUBARINFO
type Abi = MENUBARINFO
The abi representation of the implementing type. Read more
type DefaultType = MENUBARINFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for MENUBARINFO
impl Clone for MENUBARINFO
Source§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 moreSource§impl Debug for MENUBARINFO
impl Debug for MENUBARINFO
Source§impl Default for MENUBARINFO
impl Default for MENUBARINFO
Source§impl PartialEq for MENUBARINFO
impl PartialEq for MENUBARINFO
impl Copy for MENUBARINFO
impl Eq 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