#[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 duplicate 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
impl Copy 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