Struct winapi::winhttp::WINHTTP_CURRENT_USER_IE_PROXY_CONFIG [] [src]

pub struct WINHTTP_CURRENT_USER_IE_PROXY_CONFIG {
    pub fAutoDetect: BOOL,
    pub lpszAutoConfigUrl: LPWSTR,
    pub lpszProxy: LPWSTR,
    pub lpszProxyBypass: LPWSTR,
}

Fields

fAutoDetect: BOOL lpszAutoConfigUrl: LPWSTR lpszProxy: LPWSTR lpszProxyBypass: LPWSTR

Trait Implementations

impl Debug for WINHTTP_CURRENT_USER_IE_PROXY_CONFIG
[src]

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

Formats the value using the given formatter.

impl Copy for WINHTTP_CURRENT_USER_IE_PROXY_CONFIG
[src]

impl Clone for WINHTTP_CURRENT_USER_IE_PROXY_CONFIG
[src]

fn clone(&self) -> WINHTTP_CURRENT_USER_IE_PROXY_CONFIG

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