Struct winapi::um::winuser::MENUGETOBJECTINFO
source · #[repr(C)]pub struct MENUGETOBJECTINFO {
pub dwFlags: DWORD,
pub uPos: UINT,
pub hmenu: HMENU,
pub riid: PVOID,
pub pvObj: PVOID,
}Fields§
§dwFlags: DWORD§uPos: UINT§riid: PVOID§pvObj: PVOIDTrait Implementations§
source§impl Clone for MENUGETOBJECTINFO
impl Clone for MENUGETOBJECTINFO
source§fn clone(&self) -> MENUGETOBJECTINFO
fn clone(&self) -> MENUGETOBJECTINFO
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 MENUGETOBJECTINFO
impl Default for MENUGETOBJECTINFO
source§fn default() -> MENUGETOBJECTINFO
fn default() -> MENUGETOBJECTINFO
Returns the “default value” for a type. Read more