#[repr(C)]pub struct IWinInetHttpTimeoutsVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IWinInetHttpTimeouts, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IWinInetHttpTimeouts) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IWinInetHttpTimeouts) -> ULONG>,
pub GetRequestTimeouts: Option<unsafe extern "C" fn(This: *mut IWinInetHttpTimeouts, pdwConnectTimeout: *mut DWORD, pdwSendTimeout: *mut DWORD, pdwReceiveTimeout: *mut DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IWinInetHttpTimeouts, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IWinInetHttpTimeouts) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IWinInetHttpTimeouts) -> ULONG>
§GetRequestTimeouts: Option<unsafe extern "C" fn(This: *mut IWinInetHttpTimeouts, pdwConnectTimeout: *mut DWORD, pdwSendTimeout: *mut DWORD, pdwReceiveTimeout: *mut DWORD) -> HRESULT>
Trait Implementations§
Source§impl Clone for IWinInetHttpTimeoutsVtbl
impl Clone for IWinInetHttpTimeoutsVtbl
Source§fn clone(&self) -> IWinInetHttpTimeoutsVtbl
fn clone(&self) -> IWinInetHttpTimeoutsVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IWinInetHttpTimeoutsVtbl
impl Debug for IWinInetHttpTimeoutsVtbl
Source§impl Ord for IWinInetHttpTimeoutsVtbl
impl Ord for IWinInetHttpTimeoutsVtbl
Source§fn cmp(&self, other: &IWinInetHttpTimeoutsVtbl) -> Ordering
fn cmp(&self, other: &IWinInetHttpTimeoutsVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IWinInetHttpTimeoutsVtbl
impl PartialEq for IWinInetHttpTimeoutsVtbl
Source§impl PartialOrd for IWinInetHttpTimeoutsVtbl
impl PartialOrd for IWinInetHttpTimeoutsVtbl
impl Copy for IWinInetHttpTimeoutsVtbl
impl Eq for IWinInetHttpTimeoutsVtbl
impl StructuralPartialEq for IWinInetHttpTimeoutsVtbl
Auto Trait Implementations§
impl Freeze for IWinInetHttpTimeoutsVtbl
impl RefUnwindSafe for IWinInetHttpTimeoutsVtbl
impl Send for IWinInetHttpTimeoutsVtbl
impl Sync for IWinInetHttpTimeoutsVtbl
impl Unpin for IWinInetHttpTimeoutsVtbl
impl UnwindSafe for IWinInetHttpTimeoutsVtbl
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