#[repr(C)]pub struct IWinInetCacheHintsVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IWinInetCacheHints, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IWinInetCacheHints) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IWinInetCacheHints) -> ULONG>,
pub SetCacheExtension: Option<unsafe extern "C" fn(This: *mut IWinInetCacheHints, pwzExt: LPCWSTR, pszCacheFile: LPVOID, pcbCacheFile: *mut DWORD, pdwWinInetError: *mut DWORD, pdwReserved: *mut DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IWinInetCacheHints, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IWinInetCacheHints) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IWinInetCacheHints) -> ULONG>
§SetCacheExtension: Option<unsafe extern "C" fn(This: *mut IWinInetCacheHints, pwzExt: LPCWSTR, pszCacheFile: LPVOID, pcbCacheFile: *mut DWORD, pdwWinInetError: *mut DWORD, pdwReserved: *mut DWORD) -> HRESULT>
Trait Implementations§
Source§impl Clone for IWinInetCacheHintsVtbl
impl Clone for IWinInetCacheHintsVtbl
Source§fn clone(&self) -> IWinInetCacheHintsVtbl
fn clone(&self) -> IWinInetCacheHintsVtbl
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 IWinInetCacheHintsVtbl
impl Debug for IWinInetCacheHintsVtbl
Source§impl Ord for IWinInetCacheHintsVtbl
impl Ord for IWinInetCacheHintsVtbl
Source§fn cmp(&self, other: &IWinInetCacheHintsVtbl) -> Ordering
fn cmp(&self, other: &IWinInetCacheHintsVtbl) -> 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 IWinInetCacheHintsVtbl
impl PartialEq for IWinInetCacheHintsVtbl
Source§impl PartialOrd for IWinInetCacheHintsVtbl
impl PartialOrd for IWinInetCacheHintsVtbl
impl Copy for IWinInetCacheHintsVtbl
impl Eq for IWinInetCacheHintsVtbl
impl StructuralPartialEq for IWinInetCacheHintsVtbl
Auto Trait Implementations§
impl Freeze for IWinInetCacheHintsVtbl
impl RefUnwindSafe for IWinInetCacheHintsVtbl
impl Send for IWinInetCacheHintsVtbl
impl Sync for IWinInetCacheHintsVtbl
impl Unpin for IWinInetCacheHintsVtbl
impl UnwindSafe for IWinInetCacheHintsVtbl
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