Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Settings3 [−][src]
#[repr(transparent)]pub struct ICoreWebView2Settings3(pub IUnknown);
Tuple Fields
0: IUnknown
Implementations
pub unsafe fn SetIsScriptEnabled<'a, Param0>(
&self,
isscriptenabled: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetIsWebMessageEnabled<'a, Param0>(
&self,
iswebmessageenabled: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn AreDefaultScriptDialogsEnabled(
&self,
aredefaultscriptdialogsenabled: *mut BOOL
) -> Result<(), Error>
pub unsafe fn SetAreDefaultScriptDialogsEnabled<'a, Param0>(
&self,
aredefaultscriptdialogsenabled: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetIsStatusBarEnabled<'a, Param0>(
&self,
isstatusbarenabled: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetAreDevToolsEnabled<'a, Param0>(
&self,
aredevtoolsenabled: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetAreDefaultContextMenusEnabled<'a, Param0>(
&self,
enabled: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetAreHostObjectsAllowed<'a, Param0>(
&self,
allowed: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetIsZoomControlEnabled<'a, Param0>(
&self,
enabled: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetIsBuiltInErrorPageEnabled<'a, Param0>(
&self,
enabled: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetUserAgent<'a, Param0>(
&self,
useragent: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, PWSTR>,
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2Settings3
impl !Send for ICoreWebView2Settings3
impl !Sync for ICoreWebView2Settings3
impl Unpin for ICoreWebView2Settings3
impl UnwindSafe for ICoreWebView2Settings3
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety