#[repr(C)]pub struct tagIMEMENUITEMINFOW {
pub cbSize: UINT,
pub fType: UINT,
pub fState: UINT,
pub wID: UINT,
pub hbmpChecked: HBITMAP,
pub hbmpUnchecked: HBITMAP,
pub dwItemData: DWORD,
pub szString: [WCHAR; 80],
pub hbmpItem: HBITMAP,
}
Fields§
§cbSize: UINT
§fType: UINT
§fState: UINT
§wID: UINT
§hbmpChecked: HBITMAP
§hbmpUnchecked: HBITMAP
§dwItemData: DWORD
§szString: [WCHAR; 80]
§hbmpItem: HBITMAP
Trait Implementations§
Source§impl Clone for tagIMEMENUITEMINFOW
impl Clone for tagIMEMENUITEMINFOW
Source§fn clone(&self) -> tagIMEMENUITEMINFOW
fn clone(&self) -> tagIMEMENUITEMINFOW
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 tagIMEMENUITEMINFOW
impl Debug for tagIMEMENUITEMINFOW
Source§impl Ord for tagIMEMENUITEMINFOW
impl Ord for tagIMEMENUITEMINFOW
Source§fn cmp(&self, other: &tagIMEMENUITEMINFOW) -> Ordering
fn cmp(&self, other: &tagIMEMENUITEMINFOW) -> 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 tagIMEMENUITEMINFOW
impl PartialEq for tagIMEMENUITEMINFOW
Source§impl PartialOrd for tagIMEMENUITEMINFOW
impl PartialOrd for tagIMEMENUITEMINFOW
impl Copy for tagIMEMENUITEMINFOW
impl Eq for tagIMEMENUITEMINFOW
impl StructuralPartialEq for tagIMEMENUITEMINFOW
Auto Trait Implementations§
impl Freeze for tagIMEMENUITEMINFOW
impl RefUnwindSafe for tagIMEMENUITEMINFOW
impl !Send for tagIMEMENUITEMINFOW
impl !Sync for tagIMEMENUITEMINFOW
impl Unpin for tagIMEMENUITEMINFOW
impl UnwindSafe for tagIMEMENUITEMINFOW
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