#[repr(C)]pub struct tagMENUINFO {
pub cbSize: DWORD,
pub fMask: DWORD,
pub dwStyle: DWORD,
pub cyMax: UINT,
pub hbrBack: HBRUSH,
pub dwContextHelpID: DWORD,
pub dwMenuData: ULONG_PTR,
}
Fields§
§cbSize: DWORD
§fMask: DWORD
§dwStyle: DWORD
§cyMax: UINT
§hbrBack: HBRUSH
§dwContextHelpID: DWORD
§dwMenuData: ULONG_PTR
Trait Implementations§
Source§impl Clone for tagMENUINFO
impl Clone for tagMENUINFO
Source§fn clone(&self) -> tagMENUINFO
fn clone(&self) -> tagMENUINFO
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 tagMENUINFO
impl Debug for tagMENUINFO
impl Copy for tagMENUINFO
Auto Trait Implementations§
impl Freeze for tagMENUINFO
impl RefUnwindSafe for tagMENUINFO
impl !Send for tagMENUINFO
impl !Sync for tagMENUINFO
impl Unpin for tagMENUINFO
impl UnwindSafe for tagMENUINFO
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