Struct IWinInetCacheHints2_Vtbl
#[repr(C)]pub struct IWinInetCacheHints2_Vtbl {
pub base__: IWinInetCacheHints_Vtbl,
pub SetCacheExtension2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PWSTR, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IWinInetCacheHints_Vtbl
§SetCacheExtension2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PWSTR, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT
Implementations§
§impl IWinInetCacheHints2_Vtbl
impl IWinInetCacheHints2_Vtbl
pub const fn new<Identity: IWinInetCacheHints2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWinInetCacheHints2_Vtbl
impl RefUnwindSafe for IWinInetCacheHints2_Vtbl
impl Send for IWinInetCacheHints2_Vtbl
impl Sync for IWinInetCacheHints2_Vtbl
impl Unpin for IWinInetCacheHints2_Vtbl
impl UnwindSafe for IWinInetCacheHints2_Vtbl
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