Struct windows_sys::Win32::Networking::WinHttp::WINHTTP_PROXY_RESULT_EX
[−]#[repr(C)]pub struct WINHTTP_PROXY_RESULT_EX {
pub cEntries: u32,
pub pEntries: *mut WINHTTP_PROXY_RESULT_ENTRY,
pub hProxyDetectionHandle: HANDLE,
pub dwProxyInterfaceAffinity: u32,
}
Expand description
Required features: "Win32_Networking_WinHttp"
, "Win32_Foundation"
Fields
cEntries: u32
pEntries: *mut WINHTTP_PROXY_RESULT_ENTRY
hProxyDetectionHandle: HANDLE
dwProxyInterfaceAffinity: u32
Trait Implementations
impl Clone for WINHTTP_PROXY_RESULT_EX
impl Clone for WINHTTP_PROXY_RESULT_EX
impl Copy for WINHTTP_PROXY_RESULT_EX
Auto Trait Implementations
impl RefUnwindSafe for WINHTTP_PROXY_RESULT_EX
impl !Send for WINHTTP_PROXY_RESULT_EX
impl !Sync for WINHTTP_PROXY_RESULT_EX
impl Unpin for WINHTTP_PROXY_RESULT_EX
impl UnwindSafe for WINHTTP_PROXY_RESULT_EX
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