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