Struct webview2_sys::ICoreWebView2SettingsVTable[][src]

#[repr(C)]
pub struct ICoreWebView2SettingsVTable {
Show fields pub iunknown_base: <dyn IUnknown as ComInterface>::VTable, pub GetIsScriptEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULT, pub PutIsScriptEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULT, pub GetIsWebMessageEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULT, pub PutIsWebMessageEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULT, pub GetAreDefaultScriptDialogsEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULT, pub PutAreDefaultScriptDialogsEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULT, pub GetIsStatusBarEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULT, pub PutIsStatusBarEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULT, pub GetAreDevToolsEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULT, pub PutAreDevToolsEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULT, pub GetAreDefaultContextMenusEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULT, pub PutAreDefaultContextMenusEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULT, pub GetAreHostObjectsAllowed: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULT, pub PutAreHostObjectsAllowed: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULT, pub GetIsZoomControlEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULT, pub PutIsZoomControlEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULT, pub GetIsBuiltInErrorPageEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULT, pub PutIsBuiltInErrorPageEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULT,
}

Fields

iunknown_base: <dyn IUnknown as ComInterface>::VTableGetIsScriptEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULTPutIsScriptEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULTGetIsWebMessageEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULTPutIsWebMessageEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULTGetAreDefaultScriptDialogsEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULTPutAreDefaultScriptDialogsEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULTGetIsStatusBarEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULTPutIsStatusBarEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULTGetAreDevToolsEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULTPutAreDevToolsEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULTGetAreDefaultContextMenusEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULTPutAreDefaultContextMenusEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULTGetAreHostObjectsAllowed: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULTPutAreHostObjectsAllowed: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULTGetIsZoomControlEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULTPutIsZoomControlEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULTGetIsBuiltInErrorPageEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULTPutIsBuiltInErrorPageEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.