#[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§
Source§impl Abi for MONMSGSTRUCT
impl Abi for MONMSGSTRUCT
Source§type Abi = MONMSGSTRUCT
type Abi = MONMSGSTRUCT
The abi representation of the implementing type. Read more
type DefaultType = MONMSGSTRUCT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for MONMSGSTRUCT
impl Clone for MONMSGSTRUCT
Source§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 moreSource§impl Debug for MONMSGSTRUCT
impl Debug for MONMSGSTRUCT
Source§impl Default for MONMSGSTRUCT
impl Default for MONMSGSTRUCT
Source§impl PartialEq for MONMSGSTRUCT
impl PartialEq for MONMSGSTRUCT
impl Copy for MONMSGSTRUCT
impl Eq 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