Struct winapi::winhttp::URL_COMPONENTS
[−]
[src]
pub struct URL_COMPONENTS { pub dwStructSize: DWORD, pub lpszScheme: LPWSTR, pub dwSchemeLength: DWORD, pub nScheme: INTERNET_SCHEME, pub lpszHostName: LPWSTR, pub dwHostNameLength: DWORD, pub nPort: INTERNET_PORT, pub lpszUserName: LPWSTR, pub dwUserNameLength: DWORD, pub lpszPassword: LPWSTR, pub dwPasswordLength: DWORD, pub lpszUrlPath: LPWSTR, pub dwUrlPathLength: DWORD, pub lpszExtraInfo: LPWSTR, pub dwExtraInfoLength: DWORD, }
Fields
dwStructSize | |
lpszScheme | |
dwSchemeLength | |
nScheme | |
lpszHostName | |
dwHostNameLength | |
nPort | |
lpszUserName | |
dwUserNameLength | |
lpszPassword | |
dwPasswordLength | |
lpszUrlPath | |
dwUrlPathLength | |
lpszExtraInfo | |
dwExtraInfoLength |
Trait Implementations
impl Copy for URL_COMPONENTS
[src]
impl Clone for URL_COMPONENTS
[src]
fn clone(&self) -> URL_COMPONENTS
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