Struct winapi::winhttp::WINHTTP_AUTOPROXY_OPTIONS [] [src]

pub struct WINHTTP_AUTOPROXY_OPTIONS {
    pub dwFlags: DWORD,
    pub dwAutoDetectFlags: DWORD,
    pub lpszAutoConfigUrl: LPCWSTR,
    pub lpvReserved: LPVOID,
    pub dwReserved: DWORD,
    pub fAutoLogonIfChallenged: BOOL,
}

Fields

dwFlags
dwAutoDetectFlags
lpszAutoConfigUrl
lpvReserved
dwReserved
fAutoLogonIfChallenged

Trait Implementations

impl Copy for WINHTTP_AUTOPROXY_OPTIONS
[src]

impl Clone for WINHTTP_AUTOPROXY_OPTIONS
[src]

fn clone(&self) -> WINHTTP_AUTOPROXY_OPTIONS

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

Derived Implementations

impl Debug for WINHTTP_AUTOPROXY_OPTIONS
[src]

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

Formats the value using the given formatter.