Struct winapi::um::winuser::MDINEXTMENU
source · #[repr(C)]pub struct MDINEXTMENU {
pub hmenuIn: HMENU,
pub hmenuNext: HMENU,
pub hwndNext: HWND,
}
Fields§
§hwndNext: HWND
Trait Implementations§
source§impl Clone for MDINEXTMENU
impl Clone for MDINEXTMENU
source§fn clone(&self) -> MDINEXTMENU
fn clone(&self) -> MDINEXTMENU
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 Default for MDINEXTMENU
impl Default for MDINEXTMENU
source§fn default() -> MDINEXTMENU
fn default() -> MDINEXTMENU
Returns the “default value” for a type. Read more