Trait webview2_sys::ICoreWebView2FrameInfoCollection[][src]

pub trait ICoreWebView2FrameInfoCollection: IUnknown {
    unsafe fn get_iterator(
        &self,
        iterator: *mut *mut *mut ICoreWebView2FrameInfoCollectionIteratorVTable
    ) -> HRESULT; }

Collection of FrameInfos (name and source). Used to list the affected frames’ info when a frame-only render process failure occurs in the ICoreWebView2.

Required methods

unsafe fn get_iterator(
    &self,
    iterator: *mut *mut *mut ICoreWebView2FrameInfoCollectionIteratorVTable
) -> HRESULT
[src]

Gets an iterator over the collection of FrameInfos.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2FrameInfoCollection[src]

type VTable = ICoreWebView2FrameInfoCollectionVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

impl<C: ICoreWebView2FrameInfoCollection> ProductionComInterface<C> for dyn ICoreWebView2FrameInfoCollection[src]

Implementations on Foreign Types

impl<T: ICoreWebView2FrameInfoCollection + ComInterface + ?Sized> ICoreWebView2FrameInfoCollection for ComRc<T>[src]

impl<T: ICoreWebView2FrameInfoCollection + ComInterface + ?Sized> ICoreWebView2FrameInfoCollection for ComPtr<T>[src]

Loading content...

Implementors

Loading content...