Struct winapi::winsock2::WSADATA
[−]
[src]
pub struct WSADATA {
pub wVersion: WORD,
pub wHighVersion: WORD,
pub iMaxSockets: c_ushort,
pub iMaxUdpDg: c_ushort,
pub lpVendorInfo: *mut c_char,
pub szDescription: [c_char; WSADESCRIPTION_LEN + 1],
pub szSystemStatus: [c_char; WSASYS_STATUS_LEN + 1],
}Fields
wVersion | |
wHighVersion | |
iMaxSockets | |
iMaxUdpDg | |
lpVendorInfo | |
szDescription | |
szSystemStatus |
Trait Implementations
impl Copy for WSADATA[src]
impl Clone for WSADATA[src]
fn clone(&self) -> WSADATA
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