Struct windows_sys::Win32::Networking::WinInet::AutoProxyHelperVtbl
[−]#[repr(C)]pub struct AutoProxyHelperVtbl {
pub IsResolvable: isize,
pub GetIPAddress: isize,
pub ResolveHostName: isize,
pub IsInNet: isize,
pub IsResolvableEx: isize,
pub GetIPAddressEx: isize,
pub ResolveHostNameEx: isize,
pub IsInNetEx: isize,
pub SortIpList: isize,
}
Expand description
Required features: "Win32_Networking_WinInet"
Fields
IsResolvable: isize
GetIPAddress: isize
ResolveHostName: isize
IsInNet: isize
IsResolvableEx: isize
GetIPAddressEx: isize
ResolveHostNameEx: isize
IsInNetEx: isize
SortIpList: isize
Trait Implementations
impl Clone for AutoProxyHelperVtbl
impl Clone for AutoProxyHelperVtbl
impl Copy for AutoProxyHelperVtbl
Auto Trait Implementations
impl RefUnwindSafe for AutoProxyHelperVtbl
impl Send for AutoProxyHelperVtbl
impl Sync for AutoProxyHelperVtbl
impl Unpin for AutoProxyHelperVtbl
impl UnwindSafe for AutoProxyHelperVtbl
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