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