#[repr(C)]pub struct WSACOMPLETION_Port {
pub lpOverlapped: LPWSAOVERLAPPED,
pub hPort: HANDLE,
pub Key: ULONG_PTR,
}
Fields§
§lpOverlapped: LPWSAOVERLAPPED
§hPort: HANDLE
§Key: ULONG_PTR
Trait Implementations§
Source§impl Clone for WSACOMPLETION_Port
impl Clone for WSACOMPLETION_Port
Source§fn clone(&self) -> WSACOMPLETION_Port
fn clone(&self) -> WSACOMPLETION_Port
Returns a duplicate 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 moreSource§impl Default for WSACOMPLETION_Port
impl Default for WSACOMPLETION_Port
Source§fn default() -> WSACOMPLETION_Port
fn default() -> WSACOMPLETION_Port
Returns the “default value” for a type. Read more
impl Copy for WSACOMPLETION_Port
Auto Trait Implementations§
impl Freeze for WSACOMPLETION_Port
impl RefUnwindSafe for WSACOMPLETION_Port
impl !Send for WSACOMPLETION_Port
impl !Sync for WSACOMPLETION_Port
impl Unpin for WSACOMPLETION_Port
impl UnwindSafe for WSACOMPLETION_Port
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