Struct windows_sys::Win32::Networking::WinSock::WSACOMPLETION_0_3
#[repr(C)]pub struct WSACOMPLETION_0_3 {
pub hWnd: HWND,
pub uMsg: u32,
pub context: WPARAM,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_IO"
Fields§
§hWnd: HWND
§uMsg: u32
§context: WPARAM
Trait Implementations§
§impl Clone for WSACOMPLETION_0_3
impl Clone for WSACOMPLETION_0_3
impl Copy for WSACOMPLETION_0_3
Auto Trait Implementations§
impl RefUnwindSafe for WSACOMPLETION_0_3
impl Send for WSACOMPLETION_0_3
impl Sync for WSACOMPLETION_0_3
impl Unpin for WSACOMPLETION_0_3
impl UnwindSafe for WSACOMPLETION_0_3
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