pub type IMEMENUITEMINFOA = tagIMEMENUITEMINFOA;
Aliased Type§
struct IMEMENUITEMINFOA {
pub cbSize: u32,
pub fType: u32,
pub fState: u32,
pub wID: u32,
pub hbmpChecked: *mut HBITMAP__,
pub hbmpUnchecked: *mut HBITMAP__,
pub dwItemData: u32,
pub szString: [i8; 80],
pub hbmpItem: *mut HBITMAP__,
}
Fields§
§cbSize: u32
§fType: u32
§fState: u32
§wID: u32
§hbmpChecked: *mut HBITMAP__
§hbmpUnchecked: *mut HBITMAP__
§dwItemData: u32
§szString: [i8; 80]
§hbmpItem: *mut 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