[][src]Struct winapi::um::wininet::AutoProxyHelperVtbl

#[repr(C)]
pub struct AutoProxyHelperVtbl {
    pub IsResolvable: Option<unsafe extern "system" fn(lpszHost: LPSTR) -> BOOL>,
    pub GetIPAddress: Option<unsafe extern "system" fn(lpszIPAddress: LPSTR, lpdwIPAddressSize: LPDWORD) -> DWORD>,
    pub ResolveHostName: Option<unsafe extern "system" fn(lpszHostName: LPSTR, lpszIPAddress: LPSTR, lpdwIPAddressSize: LPDWORD) -> DWORD>,
    pub IsInNet: Option<unsafe extern "system" fn(lpszIPAddress: LPSTR, lpszDest: LPSTR, lpszMask: LPSTR) -> BOOL>,
    pub IsResolvableEx: Option<unsafe extern "system" fn(lpszHost: LPSTR) -> BOOL>,
    pub GetIPAddressEx: Option<unsafe extern "system" fn(lpszIPAddress: LPSTR, lpdwIPAddressSize: LPDWORD) -> DWORD>,
    pub ResolveHostNameEx: Option<unsafe extern "system" fn(lpszHostName: LPSTR, lpszIPAddress: LPSTR, lpdwIPAddressSize: LPDWORD) -> DWORD>,
    pub IsInNetEx: Option<unsafe extern "system" fn(lpszIPAddress: LPSTR, lpszIPPrefix: LPSTR) -> BOOL>,
    pub SortIpList: Option<unsafe extern "system" fn(lpszIPAddressList: LPSTR, lpszIPSortedList: LPSTR, lpdwIPSortedListSize: LPDWORD) -> DWORD>,
}

Fields

IsResolvable: Option<unsafe extern "system" fn(lpszHost: LPSTR) -> BOOL>GetIPAddress: Option<unsafe extern "system" fn(lpszIPAddress: LPSTR, lpdwIPAddressSize: LPDWORD) -> DWORD>ResolveHostName: Option<unsafe extern "system" fn(lpszHostName: LPSTR, lpszIPAddress: LPSTR, lpdwIPAddressSize: LPDWORD) -> DWORD>IsInNet: Option<unsafe extern "system" fn(lpszIPAddress: LPSTR, lpszDest: LPSTR, lpszMask: LPSTR) -> BOOL>IsResolvableEx: Option<unsafe extern "system" fn(lpszHost: LPSTR) -> BOOL>GetIPAddressEx: Option<unsafe extern "system" fn(lpszIPAddress: LPSTR, lpdwIPAddressSize: LPDWORD) -> DWORD>ResolveHostNameEx: Option<unsafe extern "system" fn(lpszHostName: LPSTR, lpszIPAddress: LPSTR, lpdwIPAddressSize: LPDWORD) -> DWORD>IsInNetEx: Option<unsafe extern "system" fn(lpszIPAddress: LPSTR, lpszIPPrefix: LPSTR) -> BOOL>SortIpList: Option<unsafe extern "system" fn(lpszIPAddressList: LPSTR, lpszIPSortedList: LPSTR, lpdwIPSortedListSize: LPDWORD) -> DWORD>

Trait Implementations

impl Copy for AutoProxyHelperVtbl[src]

impl Clone for AutoProxyHelperVtbl[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for AutoProxyHelperVtbl[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]