#[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_PTRTrait Implementations§
Source§impl Clone for tagMENUINFO
impl Clone for tagMENUINFO
Source§fn clone(&self) -> tagMENUINFO
fn clone(&self) -> tagMENUINFO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagMENUINFO
Auto Trait Implementations§
impl !Send for tagMENUINFO
impl !Sync for tagMENUINFO
impl Freeze for tagMENUINFO
impl RefUnwindSafe for tagMENUINFO
impl Unpin for tagMENUINFO
impl UnsafeUnpin 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