#[repr(C)]pub struct tagMENUGETOBJECTINFO {
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 tagMENUGETOBJECTINFO
impl Clone for tagMENUGETOBJECTINFO
Source§fn clone(&self) -> tagMENUGETOBJECTINFO
fn clone(&self) -> tagMENUGETOBJECTINFO
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 tagMENUGETOBJECTINFO
Auto Trait Implementations§
impl !Send for tagMENUGETOBJECTINFO
impl !Sync for tagMENUGETOBJECTINFO
impl Freeze for tagMENUGETOBJECTINFO
impl RefUnwindSafe for tagMENUGETOBJECTINFO
impl Unpin for tagMENUGETOBJECTINFO
impl UnsafeUnpin for tagMENUGETOBJECTINFO
impl UnwindSafe for tagMENUGETOBJECTINFO
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