Struct winapi::winsock2::WSAVERSION
[−]
[src]
pub struct WSAVERSION { pub dwVersion: DWORD, pub ecHow: WSAECOMPARATOR, }
Fields
dwVersion | |
ecHow |
Trait Implementations
impl Copy for WSAVERSION
[src]
impl Clone for WSAVERSION
[src]
fn clone(&self) -> WSAVERSION
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