windows::Win32::System::Mmc

Trait IExtendView_Impl

pub trait IExtendView_Impl: IUnknownImpl {
    // Required method
    fn GetViews(
        &self,
        pdataobject: Ref<'_, IDataObject>,
        pviewextensioncallback: Ref<'_, IViewExtensionCallback>,
    ) -> Result<()>;
}

Required Methods§

fn GetViews( &self, pdataobject: Ref<'_, IDataObject>, pviewextensioncallback: Ref<'_, IViewExtensionCallback>, ) -> 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§