Struct windows_win::sys::MSG
source · #[repr(C)]pub struct MSG {
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§
Auto Trait Implementations§
impl RefUnwindSafe for MSG
impl !Send for MSG
impl !Sync for MSG
impl Unpin for MSG
impl UnwindSafe for MSG
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