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: DWORD lpszScheme: LPWSTR dwSchemeLength: DWORD nScheme: INTERNET_SCHEME lpszHostName: LPWSTR dwHostNameLength: DWORD nPort: INTERNET_PORT lpszUserName: LPWSTR dwUserNameLength: DWORD lpszPassword: LPWSTR dwPasswordLength: DWORD lpszUrlPath: LPWSTR dwUrlPathLength: DWORD lpszExtraInfo: LPWSTR dwExtraInfoLength: DWORD

Trait Implementations

impl Debug for URL_COMPONENTS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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