Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MENUGETOBJECTINFO [−][src]
#[repr(C)]pub struct MENUGETOBJECTINFO {
pub dwFlags: MENUGETOBJECTINFO_FLAGS,
pub uPos: u32,
pub hmenu: HMENU,
pub riid: *mut c_void,
pub pvObj: *mut c_void,
}Fields
dwFlags: MENUGETOBJECTINFO_FLAGSuPos: u32riid: *mut c_voidpvObj: *mut c_voidTrait Implementations
type Abi = MENUGETOBJECTINFO
type Abi = MENUGETOBJECTINFO
The abi representation of the implementing type. Read more
type DefaultType = MENUGETOBJECTINFO
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MENUGETOBJECTINFO
impl !Send for MENUGETOBJECTINFO
impl !Sync for MENUGETOBJECTINFO
impl Unpin for MENUGETOBJECTINFO
impl UnwindSafe for MENUGETOBJECTINFO
Blanket Implementations
Mutably borrows from an owned value. Read more