Struct winmsg_executor::util::WindowMessage
source · pub struct WindowMessage {
pub hwnd: HWND,
pub msg: u32,
pub wparam: WPARAM,
pub lparam: LPARAM,
}Expand description
Wrapper for the argements to the WNDPROC callback function.
Fields§
§hwnd: HWND§msg: u32§wparam: WPARAM§lparam: LPARAMTrait Implementations§
source§impl Clone for WindowMessage
impl Clone for WindowMessage
source§fn clone(&self) -> WindowMessage
fn clone(&self) -> WindowMessage
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 moreAuto Trait Implementations§
impl Freeze for WindowMessage
impl RefUnwindSafe for WindowMessage
impl !Send for WindowMessage
impl !Sync for WindowMessage
impl Unpin for WindowMessage
impl UnwindSafe for WindowMessage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)