#[repr(C)]pub struct tagMSG {
pub hwnd: HWND,
pub message: UINT,
pub wParam: WPARAM,
pub lParam: LPARAM,
pub time: DWORD,
pub pt: POINT,
}
Fields§
§hwnd: HWND
§message: UINT
§wParam: WPARAM
§lParam: LPARAM
§time: DWORD
§pt: POINT
Trait Implementations§
Source§impl Ord for tagMSG
impl Ord for tagMSG
Source§impl PartialOrd for tagMSG
impl PartialOrd for tagMSG
impl Copy for tagMSG
impl Eq for tagMSG
impl StructuralPartialEq for tagMSG
Auto Trait Implementations§
impl Freeze for tagMSG
impl RefUnwindSafe for tagMSG
impl !Send for tagMSG
impl !Sync for tagMSG
impl Unpin for tagMSG
impl UnwindSafe for tagMSG
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