Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::CWPRETSTRUCT [−][src]
#[repr(C)]pub struct CWPRETSTRUCT {
pub lResult: LRESULT,
pub lParam: LPARAM,
pub wParam: WPARAM,
pub message: u32,
pub hwnd: HWND,
}Fields
lResult: LRESULTlParam: LPARAMwParam: WPARAMmessage: u32hwnd: HWNDTrait Implementations
type Abi = CWPRETSTRUCT
type Abi = CWPRETSTRUCT
The abi representation of the implementing type. Read more
type DefaultType = CWPRETSTRUCT
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CWPRETSTRUCT
impl Send for CWPRETSTRUCT
impl Sync for CWPRETSTRUCT
impl Unpin for CWPRETSTRUCT
impl UnwindSafe for CWPRETSTRUCT
Blanket Implementations
Mutably borrows from an owned value. Read more