[][src]Trait webview2_sys::ICoreWebView2Deferral

pub trait ICoreWebView2Deferral: IUnknown {
    unsafe fn complete(&self) -> HRESULT;
}

This interface is used to complete deferrals on event args that support getting deferrals via their GetDeferral method.

Required methods

unsafe fn complete(&self) -> HRESULT

Completes the associated deferred event. Complete should only be called once for each deferral taken.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2Deferral[src]

type VTable = ICoreWebView2DeferralVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

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

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...