Struct windows::Win32::Networking::WinSock::WSACOMPLETIONTYPE
#[repr(transparent)]pub struct WSACOMPLETIONTYPE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WSACOMPLETIONTYPE
impl Clone for WSACOMPLETIONTYPE
§fn clone(&self) -> WSACOMPLETIONTYPE
fn clone(&self) -> WSACOMPLETIONTYPE
Returns a copy 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 more§impl Debug for WSACOMPLETIONTYPE
impl Debug for WSACOMPLETIONTYPE
§impl Default for WSACOMPLETIONTYPE
impl Default for WSACOMPLETIONTYPE
§fn default() -> WSACOMPLETIONTYPE
fn default() -> WSACOMPLETIONTYPE
Returns the “default value” for a type. Read more
§impl PartialEq for WSACOMPLETIONTYPE
impl PartialEq for WSACOMPLETIONTYPE
§fn eq(&self, other: &WSACOMPLETIONTYPE) -> bool
fn eq(&self, other: &WSACOMPLETIONTYPE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WSACOMPLETIONTYPE
impl Eq for WSACOMPLETIONTYPE
impl StructuralPartialEq for WSACOMPLETIONTYPE
Auto Trait Implementations§
impl Freeze for WSACOMPLETIONTYPE
impl RefUnwindSafe for WSACOMPLETIONTYPE
impl Send for WSACOMPLETIONTYPE
impl Sync for WSACOMPLETIONTYPE
impl Unpin for WSACOMPLETIONTYPE
impl UnwindSafe for WSACOMPLETIONTYPE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)