Struct 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
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