windows::Win32::Web::InternetExplorer

Trait ITargetFramePriv2_Impl

pub trait ITargetFramePriv2_Impl: ITargetFramePriv_Impl {
    // Required method
    fn AggregatedNavigation2(
        &self,
        grfhlnf: u32,
        pbc: Ref<'_, IBindCtx>,
        pibsc: Ref<'_, IBindStatusCallback>,
        psztargetname: &PCWSTR,
        puri: Ref<'_, IUri>,
        pszlocation: &PCWSTR,
    ) -> Result<()>;
}

Required Methods§

fn AggregatedNavigation2( &self, grfhlnf: u32, pbc: Ref<'_, IBindCtx>, pibsc: Ref<'_, IBindStatusCallback>, psztargetname: &PCWSTR, puri: Ref<'_, IUri>, pszlocation: &PCWSTR, ) -> 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.

Implementors§