#[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_DATATrait Implementations§
Source§impl Clone for tagMONMSGSTRUCT
impl Clone for tagMONMSGSTRUCT
Source§fn clone(&self) -> tagMONMSGSTRUCT
fn clone(&self) -> tagMONMSGSTRUCT
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 tagMONMSGSTRUCT
impl Debug for tagMONMSGSTRUCT
impl Copy 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