Struct windows_sys::Win32::Networking::WinSock::WSACOMPLETION
#[repr(C)]pub struct WSACOMPLETION {
pub Type: WSACOMPLETIONTYPE,
pub Parameters: WSACOMPLETION_0,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_IO"
Fields§
§Type: WSACOMPLETIONTYPE
§Parameters: WSACOMPLETION_0
Trait Implementations§
§impl Clone for WSACOMPLETION
impl Clone for WSACOMPLETION
impl Copy for WSACOMPLETION
Auto Trait Implementations§
impl RefUnwindSafe for WSACOMPLETION
impl !Send for WSACOMPLETION
impl !Sync for WSACOMPLETION
impl Unpin for WSACOMPLETION
impl UnwindSafe for WSACOMPLETION
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