Trait IFolderViewHost_Impl
pub trait IFolderViewHost_Impl: IUnknownImpl {
    // Required method
    fn Initialize(
        &self,
        hwndparent: HWND,
        pdo: Ref<'_, IDataObject>,
        prc: *const RECT,
    ) -> Result<()>;
}Required Methods§
fn Initialize( &self, hwndparent: HWND, pdo: Ref<'_, IDataObject>, prc: *const RECT, ) -> 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.