Struct windows_sys::Win32::Networking::WinSock::WSACOMPLETION_0_2
[−]#[repr(C)]pub struct WSACOMPLETION_0_2 {
pub lpOverlapped: *mut OVERLAPPED,
pub hPort: HANDLE,
pub Key: usize,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
, "Win32_System_IO"
Fields
lpOverlapped: *mut OVERLAPPED
hPort: HANDLE
Key: usize
Trait Implementations
impl Clone for WSACOMPLETION_0_2
impl Clone for WSACOMPLETION_0_2
impl Copy for WSACOMPLETION_0_2
Auto Trait Implementations
impl RefUnwindSafe for WSACOMPLETION_0_2
impl !Send for WSACOMPLETION_0_2
impl !Sync for WSACOMPLETION_0_2
impl Unpin for WSACOMPLETION_0_2
impl UnwindSafe for WSACOMPLETION_0_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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