Struct windows_sys::Win32::Networking::WinInet::WININET_PROXY_INFO_LIST
[−]#[repr(C)]pub struct WININET_PROXY_INFO_LIST {
pub dwProxyInfoCount: u32,
pub pProxyInfo: *mut WININET_PROXY_INFO,
}
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"
Fields
dwProxyInfoCount: u32
pProxyInfo: *mut WININET_PROXY_INFO
Trait Implementations
impl Clone for WININET_PROXY_INFO_LIST
impl Clone for WININET_PROXY_INFO_LIST
impl Copy for WININET_PROXY_INFO_LIST
Auto Trait Implementations
impl RefUnwindSafe for WININET_PROXY_INFO_LIST
impl !Send for WININET_PROXY_INFO_LIST
impl !Sync for WININET_PROXY_INFO_LIST
impl Unpin for WININET_PROXY_INFO_LIST
impl UnwindSafe for WININET_PROXY_INFO_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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