Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::EVENTMSG [−][src]
#[repr(C)]pub struct EVENTMSG {
pub message: u32,
pub paramL: u32,
pub paramH: u32,
pub time: u32,
pub hwnd: HWND,
}Fields
message: u32paramL: u32paramH: u32time: u32hwnd: HWNDTrait Implementations
type DefaultType = EVENTMSG
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 EVENTMSG
impl UnwindSafe for EVENTMSG
Blanket Implementations
Mutably borrows from an owned value. Read more