Trait IWinInetCacheHints_Impl
pub trait IWinInetCacheHints_Impl: IUnknownImpl {
// Required method
fn SetCacheExtension(
&self,
pwzext: &PCWSTR,
pszcachefile: *mut c_void,
pcbcachefile: *mut u32,
pdwwinineterror: *mut u32,
pdwreserved: *mut u32,
) -> Result<()>;
}
Required Methods§
fn SetCacheExtension( &self, pwzext: &PCWSTR, pszcachefile: *mut c_void, pcbcachefile: *mut u32, pdwwinineterror: *mut u32, pdwreserved: *mut u32, ) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.