#[repr(C)]pub struct WSACOMPLETION_Parameter(/* private fields */);
Implementations§
Source§impl 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§
Source§impl Clone for WSACOMPLETION_Parameter
impl Clone for WSACOMPLETION_Parameter
Source§fn clone(&self) -> WSACOMPLETION_Parameter
fn clone(&self) -> WSACOMPLETION_Parameter
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_Parameter
impl Default for WSACOMPLETION_Parameter
Source§fn default() -> WSACOMPLETION_Parameter
fn default() -> WSACOMPLETION_Parameter
Returns the “default value” for a type. Read more
impl Copy for WSACOMPLETION_Parameter
Auto Trait Implementations§
impl Freeze for WSACOMPLETION_Parameter
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§
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