Struct winapi::ws2def::WSAMSG
[−]
[src]
pub struct WSAMSG {
pub name: LPSOCKADDR,
pub namelen: INT,
pub lpBuffers: LPWSABUF,
pub dwBufferCount: ULONG,
pub Control: WSABUF,
pub dwFlags: ULONG,
}Fields
name | |
namelen | |
lpBuffers | |
dwBufferCount | |
Control | |
dwFlags |
Trait Implementations
impl Copy for WSAMSG[src]
impl Clone for WSAMSG[src]
fn clone(&self) -> WSAMSG
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more