Struct windows::Win32::Networking::WinSock::WSASENDMSG
#[repr(C)]pub struct WSASENDMSG {
pub lpMsg: *mut WSAMSG,
pub dwFlags: u32,
pub lpNumberOfBytesSent: *mut u32,
pub lpOverlapped: *mut OVERLAPPED,
pub lpCompletionRoutine: LPWSAOVERLAPPED_COMPLETION_ROUTINE,
}
Fields§
§lpMsg: *mut WSAMSG
§dwFlags: u32
§lpNumberOfBytesSent: *mut u32
§lpOverlapped: *mut OVERLAPPED
§lpCompletionRoutine: LPWSAOVERLAPPED_COMPLETION_ROUTINE
Trait Implementations§
§impl Clone for WSASENDMSG
impl Clone for WSASENDMSG
§fn clone(&self) -> WSASENDMSG
fn clone(&self) -> WSASENDMSG
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 WSASENDMSG
impl Debug for WSASENDMSG
impl Copy for WSASENDMSG
Auto Trait Implementations§
impl Freeze for WSASENDMSG
impl RefUnwindSafe for WSASENDMSG
impl !Send for WSASENDMSG
impl !Sync for WSASENDMSG
impl Unpin for WSASENDMSG
impl UnwindSafe for WSASENDMSG
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)