#[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: POINTTrait Implementations§
Auto Trait Implementations§
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