Trait IUrlMon_Impl
pub trait IUrlMon_Impl: IUnknownImpl {
// Required method
fn AsyncGetClassBits(
&self,
rclsid: *const GUID,
psztype: &PCWSTR,
pszext: &PCWSTR,
dwfileversionms: u32,
dwfileversionls: u32,
pszcodebase: &PCWSTR,
pbc: Ref<'_, IBindCtx>,
dwclasscontext: u32,
riid: *const GUID,
flags: u32,
) -> Result<()>;
}
Required Methods§
fn AsyncGetClassBits( &self, rclsid: *const GUID, psztype: &PCWSTR, pszext: &PCWSTR, dwfileversionms: u32, dwfileversionls: u32, pszcodebase: &PCWSTR, pbc: Ref<'_, IBindCtx>, dwclasscontext: u32, riid: *const GUID, flags: 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.