#[repr(C)]pub struct tagMDINEXTMENU {
pub hmenuIn: HMENU,
pub hmenuNext: HMENU,
pub hwndNext: HWND,
}
Fields§
§hwndNext: 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
Source§impl PartialEq for tagMDINEXTMENU
impl PartialEq for tagMDINEXTMENU
Source§impl PartialOrd for tagMDINEXTMENU
impl PartialOrd for tagMDINEXTMENU
impl Copy for tagMDINEXTMENU
impl Eq for tagMDINEXTMENU
impl StructuralPartialEq for tagMDINEXTMENU
Auto Trait Implementations§
impl Freeze for tagMDINEXTMENU
impl RefUnwindSafe for tagMDINEXTMENU
impl !Send for tagMDINEXTMENU
impl !Sync for tagMDINEXTMENU
impl Unpin for tagMDINEXTMENU
impl UnwindSafe for tagMDINEXTMENU
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