Trait IDownloadManager_Impl
pub trait IDownloadManager_Impl: IUnknownImpl {
// Required method
fn Download(
&self,
pmk: Ref<'_, IMoniker>,
pbc: Ref<'_, IBindCtx>,
dwbindverb: u32,
grfbindf: i32,
pbindinfo: *const BINDINFO,
pszheaders: &PCWSTR,
pszredir: &PCWSTR,
uicp: u32,
) -> Result<()>;
}
Required Methods§
fn Download( &self, pmk: Ref<'_, IMoniker>, pbc: Ref<'_, IBindCtx>, dwbindverb: u32, grfbindf: i32, pbindinfo: *const BINDINFO, pszheaders: &PCWSTR, pszredir: &PCWSTR, uicp: 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.