#[repr(C)]pub struct tagMONMSGSTRUCT {
pub cb: UINT,
pub hwndTo: HWND,
pub dwTime: DWORD,
pub hTask: HANDLE,
pub wMsg: UINT,
pub wParam: WPARAM,
pub lParam: LPARAM,
pub dmhd: DDEML_MSG_HOOK_DATA,
}
Fields§
§cb: UINT
§hwndTo: HWND
§dwTime: DWORD
§hTask: HANDLE
§wMsg: UINT
§wParam: WPARAM
§lParam: LPARAM
§dmhd: DDEML_MSG_HOOK_DATA
Trait Implementations§
Source§impl Clone for tagMONMSGSTRUCT
impl Clone for tagMONMSGSTRUCT
Source§fn clone(&self) -> tagMONMSGSTRUCT
fn clone(&self) -> tagMONMSGSTRUCT
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 tagMONMSGSTRUCT
impl Debug for tagMONMSGSTRUCT
Source§impl Ord for tagMONMSGSTRUCT
impl Ord for tagMONMSGSTRUCT
Source§fn cmp(&self, other: &tagMONMSGSTRUCT) -> Ordering
fn cmp(&self, other: &tagMONMSGSTRUCT) -> 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 tagMONMSGSTRUCT
impl PartialEq for tagMONMSGSTRUCT
Source§impl PartialOrd for tagMONMSGSTRUCT
impl PartialOrd for tagMONMSGSTRUCT
impl Copy for tagMONMSGSTRUCT
impl Eq for tagMONMSGSTRUCT
impl StructuralPartialEq for tagMONMSGSTRUCT
Auto Trait Implementations§
impl Freeze for tagMONMSGSTRUCT
impl RefUnwindSafe for tagMONMSGSTRUCT
impl !Send for tagMONMSGSTRUCT
impl !Sync for tagMONMSGSTRUCT
impl Unpin for tagMONMSGSTRUCT
impl UnwindSafe for tagMONMSGSTRUCT
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