Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::MSG [−][src]
#[repr(C)]pub struct MSG {
pub hwnd: HWND,
pub message: u32,
pub wParam: WPARAM,
pub lParam: LPARAM,
pub time: u32,
pub pt: POINT,
}Fields
hwnd: HWNDmessage: u32wParam: WPARAMlParam: LPARAMtime: u32pt: POINTTrait Implementations
type DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Auto Trait Implementations
impl RefUnwindSafe for MSG
impl UnwindSafe for MSG
Blanket Implementations
Mutably borrows from an owned value. Read more