#[repr(C)]pub struct WSACOMPLETION_WindowMessage {
pub hWnd: HWND,
pub uMsg: UINT,
pub context: WPARAM,
}
Fields
hWnd: HWND
uMsg: UINT
context: WPARAM
Trait Implementations
sourceimpl Clone for WSACOMPLETION_WindowMessage
impl Clone for WSACOMPLETION_WindowMessage
sourcefn clone(&self) -> WSACOMPLETION_WindowMessage
fn clone(&self) -> WSACOMPLETION_WindowMessage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for WSACOMPLETION_WindowMessage
Auto Trait Implementations
impl RefUnwindSafe for WSACOMPLETION_WindowMessage
impl !Send for WSACOMPLETION_WindowMessage
impl !Sync for WSACOMPLETION_WindowMessage
impl Unpin for WSACOMPLETION_WindowMessage
impl UnwindSafe for WSACOMPLETION_WindowMessage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more