Struct winapi::winhttp::WINHTTP_PROXY_INFO [] [src]

pub struct WINHTTP_PROXY_INFO {
    pub dwAccessType: DWORD,
    pub lpszProxy: LPWSTR,
    pub lpszProxyBypass: LPWSTR,
}

Fields

dwAccessType: DWORD lpszProxy: LPWSTR lpszProxyBypass: LPWSTR

Trait Implementations

impl Debug for WINHTTP_PROXY_INFO
[src]

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

Formats the value using the given formatter.

impl Copy for WINHTTP_PROXY_INFO
[src]

impl Clone for WINHTTP_PROXY_INFO
[src]

fn clone(&self) -> WINHTTP_PROXY_INFO

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