Struct winapi::um::winuser::CWPRETSTRUCT
source · #[repr(C)]pub struct CWPRETSTRUCT {
pub lResult: LRESULT,
pub lParam: LPARAM,
pub wParam: WPARAM,
pub message: UINT,
pub hwnd: HWND,
}Fields§
§lResult: LRESULT§lParam: LPARAM§wParam: WPARAM§message: UINT§hwnd: HWNDTrait Implementations§
source§impl Clone for CWPRETSTRUCT
impl Clone for CWPRETSTRUCT
source§fn clone(&self) -> CWPRETSTRUCT
fn clone(&self) -> CWPRETSTRUCT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CWPRETSTRUCT
impl Default for CWPRETSTRUCT
source§fn default() -> CWPRETSTRUCT
fn default() -> CWPRETSTRUCT
Returns the “default value” for a type. Read more