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_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§
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