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