#[repr(C)]
pub struct WINHTTP_PROXY_SETTINGS {
Show 16 fields pub dwStructSize: u32, pub dwFlags: u32, pub dwCurrentSettingsVersion: u32, pub pwszConnectionName: PWSTR, pub pwszProxy: PWSTR, pub pwszProxyBypass: PWSTR, pub pwszAutoconfigUrl: PWSTR, pub pwszAutoconfigSecondaryUrl: PWSTR, pub dwAutoDiscoveryFlags: u32, pub pwszLastKnownGoodAutoConfigUrl: PWSTR, pub dwAutoconfigReloadDelayMins: u32, pub ftLastKnownDetectTime: FILETIME, pub dwDetectedInterfaceIpCount: u32, pub pdwDetectedInterfaceIp: *mut u32, pub cNetworkKeys: u32, pub pNetworkKeys: *mut WINHTTP_PROXY_NETWORKING_KEY,
}
Expand description

Required features: "Win32_Networking_WinHttp", "Win32_Foundation"

Fields

dwStructSize: u32dwFlags: u32dwCurrentSettingsVersion: u32pwszConnectionName: PWSTRpwszProxy: PWSTRpwszProxyBypass: PWSTRpwszAutoconfigUrl: PWSTRpwszAutoconfigSecondaryUrl: PWSTRdwAutoDiscoveryFlags: u32pwszLastKnownGoodAutoConfigUrl: PWSTRdwAutoconfigReloadDelayMins: u32ftLastKnownDetectTime: FILETIMEdwDetectedInterfaceIpCount: u32pdwDetectedInterfaceIp: *mut u32cNetworkKeys: u32pNetworkKeys: *mut WINHTTP_PROXY_NETWORKING_KEY

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.