pub type MDINEXTMENU = tagMDINEXTMENU;
Aliased Type§
struct MDINEXTMENU {
pub hmenuIn: *mut HMENU__,
pub hmenuNext: *mut HMENU__,
pub hwndNext: *mut HWND__,
}
Fields§
§hwndNext: *mut HWND__
Trait Implementations
Source§impl Clone for tagMDINEXTMENU
impl Clone for tagMDINEXTMENU
Source§fn clone(&self) -> tagMDINEXTMENU
fn clone(&self) -> tagMDINEXTMENU
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 tagMDINEXTMENU
impl Debug for tagMDINEXTMENU
Source§impl Ord for tagMDINEXTMENU
impl Ord for tagMDINEXTMENU
Source§fn cmp(&self, other: &tagMDINEXTMENU) -> Ordering
fn cmp(&self, other: &tagMDINEXTMENU) -> 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