#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MENUGETOBJECTINFO
Source§impl Default for MENUGETOBJECTINFO
Available on crate feature impl-default only.
impl Default for MENUGETOBJECTINFO
Available on crate feature
impl-default only.Source§fn default() -> MENUGETOBJECTINFO
fn default() -> MENUGETOBJECTINFO
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for MENUGETOBJECTINFO
impl !Sync for MENUGETOBJECTINFO
impl Freeze for MENUGETOBJECTINFO
impl RefUnwindSafe for MENUGETOBJECTINFO
impl Unpin for MENUGETOBJECTINFO
impl UnsafeUnpin for MENUGETOBJECTINFO
impl UnwindSafe for MENUGETOBJECTINFO
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