Struct windows_sys::Win32::Networking::WinInet::WININET_PROXY_INFO
[−]#[repr(C)]pub struct WININET_PROXY_INFO {
pub fProxy: BOOL,
pub fBypass: BOOL,
pub ProxyScheme: INTERNET_SCHEME,
pub pwszProxy: PWSTR,
pub ProxyPort: u16,
}
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"
Fields
fProxy: BOOL
fBypass: BOOL
ProxyScheme: INTERNET_SCHEME
pwszProxy: PWSTR
ProxyPort: u16
Trait Implementations
impl Clone for WININET_PROXY_INFO
impl Clone for WININET_PROXY_INFO
impl Copy for WININET_PROXY_INFO
Auto Trait Implementations
impl RefUnwindSafe for WININET_PROXY_INFO
impl !Send for WININET_PROXY_INFO
impl !Sync for WININET_PROXY_INFO
impl Unpin for WININET_PROXY_INFO
impl UnwindSafe for WININET_PROXY_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more