Struct webview2_com_sys::Windows::Win32::UI::WindowsAndMessaging::CWPSTRUCT [−][src]
#[repr(C)]pub struct CWPSTRUCT {
pub lParam: LPARAM,
pub wParam: WPARAM,
pub message: u32,
pub hwnd: HWND,
}Fields
lParam: LPARAMwParam: WPARAMmessage: u32hwnd: HWNDTrait 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 CWPSTRUCT
impl UnwindSafe for CWPSTRUCT
Blanket Implementations
Mutably borrows from an owned value. Read more