#[repr(C)]pub struct WSASENDMSG {
pub lpMsg: LPWSAMSG,
pub dwFlags: DWORD,
pub lpNumberOfBytesSent: LPDWORD,
pub lpOverlapped: LPWSAOVERLAPPED,
pub lpCompletionRoutine: LPWSAOVERLAPPED_COMPLETION_ROUTINE,
}
Fields
lpMsg: LPWSAMSG
dwFlags: DWORD
lpNumberOfBytesSent: LPDWORD
lpOverlapped: LPWSAOVERLAPPED
lpCompletionRoutine: LPWSAOVERLAPPED_COMPLETION_ROUTINE
Trait Implementations
sourceimpl Clone for WSASENDMSG
impl Clone for WSASENDMSG
sourcefn clone(&self) -> WSASENDMSG
fn clone(&self) -> WSASENDMSG
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 WSASENDMSG
Auto Trait Implementations
impl RefUnwindSafe for WSASENDMSG
impl !Send for WSASENDMSG
impl !Sync for WSASENDMSG
impl Unpin for WSASENDMSG
impl UnwindSafe for WSASENDMSG
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