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_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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more