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