Struct winapi::winhttp::WINHTTP_PROXY_RESULT_ENTRY
[−]
[src]
pub struct WINHTTP_PROXY_RESULT_ENTRY { pub fProxy: BOOL, pub fBypass: BOOL, pub ProxyScheme: INTERNET_SCHEME, pub pwszProxy: PWSTR, pub ProxyPort: INTERNET_PORT, }
Fields
fProxy | |
fBypass | |
ProxyScheme | |
pwszProxy | |
ProxyPort |
Trait Implementations
impl Copy for WINHTTP_PROXY_RESULT_ENTRY
[src]
impl Clone for WINHTTP_PROXY_RESULT_ENTRY
[src]
fn clone(&self) -> WINHTTP_PROXY_RESULT_ENTRY
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