#[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: PVOID
Trait Implementations§
Source§impl Clone for tagMENUGETOBJECTINFO
impl Clone for tagMENUGETOBJECTINFO
Source§fn clone(&self) -> tagMENUGETOBJECTINFO
fn clone(&self) -> tagMENUGETOBJECTINFO
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 Debug for tagMENUGETOBJECTINFO
impl Debug for tagMENUGETOBJECTINFO
Source§impl Ord for tagMENUGETOBJECTINFO
impl Ord for tagMENUGETOBJECTINFO
Source§fn cmp(&self, other: &tagMENUGETOBJECTINFO) -> Ordering
fn cmp(&self, other: &tagMENUGETOBJECTINFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMENUGETOBJECTINFO
impl PartialEq for tagMENUGETOBJECTINFO
Source§impl PartialOrd for tagMENUGETOBJECTINFO
impl PartialOrd for tagMENUGETOBJECTINFO
impl Copy for tagMENUGETOBJECTINFO
impl Eq for tagMENUGETOBJECTINFO
impl StructuralPartialEq 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