#[repr(C)]pub struct tagHELPINFO {
pub cbSize: UINT,
pub iContextType: c_int,
pub iCtrlId: c_int,
pub hItemHandle: HANDLE,
pub dwContextId: DWORD_PTR,
pub MousePos: POINT,
}
Fields§
§cbSize: UINT
§iContextType: c_int
§iCtrlId: c_int
§hItemHandle: HANDLE
§dwContextId: DWORD_PTR
§MousePos: POINT
Trait Implementations§
Source§impl Clone for tagHELPINFO
impl Clone for tagHELPINFO
Source§fn clone(&self) -> tagHELPINFO
fn clone(&self) -> tagHELPINFO
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 tagHELPINFO
impl Debug for tagHELPINFO
Source§impl Ord for tagHELPINFO
impl Ord for tagHELPINFO
Source§fn cmp(&self, other: &tagHELPINFO) -> Ordering
fn cmp(&self, other: &tagHELPINFO) -> 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 tagHELPINFO
impl PartialEq for tagHELPINFO
Source§impl PartialOrd for tagHELPINFO
impl PartialOrd for tagHELPINFO
impl Copy for tagHELPINFO
impl Eq for tagHELPINFO
impl StructuralPartialEq for tagHELPINFO
Auto Trait Implementations§
impl Freeze for tagHELPINFO
impl RefUnwindSafe for tagHELPINFO
impl !Send for tagHELPINFO
impl !Sync for tagHELPINFO
impl Unpin for tagHELPINFO
impl UnwindSafe for tagHELPINFO
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