Struct windows_sys::Win32::Networking::WinInet::INTERNET_PROXY_INFO
[−]#[repr(C)]pub struct INTERNET_PROXY_INFO {
pub dwAccessType: INTERNET_ACCESS_TYPE,
pub lpszProxy: *mut i8,
pub lpszProxyBypass: *mut i8,
}
Expand description
Required features: "Win32_Networking_WinInet"
Fields
dwAccessType: INTERNET_ACCESS_TYPE
lpszProxy: *mut i8
lpszProxyBypass: *mut i8
Trait Implementations
impl Clone for INTERNET_PROXY_INFO
impl Clone for INTERNET_PROXY_INFO
impl Copy for INTERNET_PROXY_INFO
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_PROXY_INFO
impl !Send for INTERNET_PROXY_INFO
impl !Sync for INTERNET_PROXY_INFO
impl Unpin for INTERNET_PROXY_INFO
impl UnwindSafe for INTERNET_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