#[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
Source§impl Ord for tagMENUINFO
impl Ord for tagMENUINFO
Source§fn cmp(&self, other: &tagMENUINFO) -> Ordering
fn cmp(&self, other: &tagMENUINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMENUINFO
impl PartialEq for tagMENUINFO
Source§impl PartialOrd for tagMENUINFO
impl PartialOrd for tagMENUINFO
impl Copy for tagMENUINFO
impl Eq for tagMENUINFO
impl StructuralPartialEq 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