Trait webview2_sys::ICoreWebView2ContainsFullScreenElementChangedEventHandler[][src]

pub trait ICoreWebView2ContainsFullScreenElementChangedEventHandler: IUnknown {
    unsafe fn invoke(
        &self,
        sender: *mut *mut ICoreWebView2VTable,
        args: *mut *mut IUnknownVTable
    ) -> HRESULT; }

Receives ContainsFullScreenElementChanged events.

Required methods

unsafe fn invoke(
    &self,
    sender: *mut *mut ICoreWebView2VTable,
    args: *mut *mut IUnknownVTable
) -> HRESULT
[src]

Provides the event args for the corresponding event. No event args exist and the args parameter is set to null.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2ContainsFullScreenElementChangedEventHandler[src]

type VTable = ICoreWebView2ContainsFullScreenElementChangedEventHandlerVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

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

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...