Struct windows::Win32::System::DataExchange::MONMSGSTRUCT
#[repr(C)]pub struct MONMSGSTRUCT {
pub cb: u32,
pub hwndTo: HWND,
pub dwTime: u32,
pub hTask: HANDLE,
pub wMsg: u32,
pub wParam: WPARAM,
pub lParam: LPARAM,
pub dmhd: DDEML_MSG_HOOK_DATA,
}
Fields§
§cb: u32
§hwndTo: HWND
§dwTime: u32
§hTask: HANDLE
§wMsg: u32
§wParam: WPARAM
§lParam: LPARAM
§dmhd: DDEML_MSG_HOOK_DATA
Trait Implementations§
§impl Clone for MONMSGSTRUCT
impl Clone for MONMSGSTRUCT
§fn clone(&self) -> MONMSGSTRUCT
fn clone(&self) -> MONMSGSTRUCT
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 more§impl Debug for MONMSGSTRUCT
impl Debug for MONMSGSTRUCT
§impl Default for MONMSGSTRUCT
impl Default for MONMSGSTRUCT
§impl PartialEq for MONMSGSTRUCT
impl PartialEq for MONMSGSTRUCT
§fn eq(&self, other: &MONMSGSTRUCT) -> bool
fn eq(&self, other: &MONMSGSTRUCT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MONMSGSTRUCT
impl Eq for MONMSGSTRUCT
impl StructuralPartialEq for MONMSGSTRUCT
Auto Trait Implementations§
impl Freeze for MONMSGSTRUCT
impl RefUnwindSafe for MONMSGSTRUCT
impl !Send for MONMSGSTRUCT
impl !Sync for MONMSGSTRUCT
impl Unpin for MONMSGSTRUCT
impl UnwindSafe for MONMSGSTRUCT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)