#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagMENUGETOBJECTINFO
impl Debug for tagMENUGETOBJECTINFO
impl Copy for tagMENUGETOBJECTINFO
Auto Trait Implementations§
impl Freeze for tagMENUGETOBJECTINFO
impl RefUnwindSafe for tagMENUGETOBJECTINFO
impl !Send for tagMENUGETOBJECTINFO
impl !Sync for tagMENUGETOBJECTINFO
impl Unpin 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