#[repr(C)]pub struct WSACOMPLETION_Parameter(_);
Implementations
sourceimpl WSACOMPLETION_Parameter
impl WSACOMPLETION_Parameter
pub unsafe fn WindowMessage(&self) -> &WSACOMPLETION_WindowMessage
pub unsafe fn WindowMessage_mut(&mut self) -> &mut WSACOMPLETION_WindowMessage
pub unsafe fn Event(&self) -> &WSACOMPLETION_Event
pub unsafe fn Event_mut(&mut self) -> &mut WSACOMPLETION_Event
pub unsafe fn Apc(&self) -> &WSACOMPLETION_Apc
pub unsafe fn Apc_mut(&mut self) -> &mut WSACOMPLETION_Apc
pub unsafe fn Port(&self) -> &WSACOMPLETION_Port
pub unsafe fn Port_mut(&mut self) -> &mut WSACOMPLETION_Port
Trait Implementations
sourceimpl Clone for WSACOMPLETION_Parameter
impl Clone for WSACOMPLETION_Parameter
sourcefn clone(&self) -> WSACOMPLETION_Parameter
fn clone(&self) -> WSACOMPLETION_Parameter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for WSACOMPLETION_Parameter
Auto Trait Implementations
impl RefUnwindSafe for WSACOMPLETION_Parameter
impl Send for WSACOMPLETION_Parameter
impl Sync for WSACOMPLETION_Parameter
impl Unpin for WSACOMPLETION_Parameter
impl UnwindSafe for WSACOMPLETION_Parameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more