[−][src]Struct webview2_sys::ICoreWebView2SettingsVTable
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) -> HRESULTGetAreRemoteObjectsAllowed: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULTPutAreRemoteObjectsAllowed: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULTGetIsZoomControlEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: *mut BOOL) -> HRESULTPutIsZoomControlEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2SettingsVPtr, _: BOOL) -> HRESULTAuto Trait Implementations
impl RefUnwindSafe for ICoreWebView2SettingsVTable
impl Send for ICoreWebView2SettingsVTable
impl Sync for ICoreWebView2SettingsVTable
impl Unpin for ICoreWebView2SettingsVTable
impl UnwindSafe for ICoreWebView2SettingsVTable
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,