#[repr(C)]pub struct WSACOMPLETION_WindowMessage {
pub hWnd: HWND,
pub uMsg: UINT,
pub context: WPARAM,
}
Fields§
§hWnd: HWND
§uMsg: UINT
§context: WPARAM
Trait Implementations§
Source§impl Clone for WSACOMPLETION_WindowMessage
impl Clone for WSACOMPLETION_WindowMessage
Source§fn clone(&self) -> WSACOMPLETION_WindowMessage
fn clone(&self) -> WSACOMPLETION_WindowMessage
Returns a duplicate 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 WSACOMPLETION_WindowMessage
impl Default for WSACOMPLETION_WindowMessage
Source§fn default() -> WSACOMPLETION_WindowMessage
fn default() -> WSACOMPLETION_WindowMessage
Returns the “default value” for a type. Read more
impl Copy for WSACOMPLETION_WindowMessage
Auto Trait Implementations§
impl Freeze for WSACOMPLETION_WindowMessage
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§
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