Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Settings2 [−][src]
#[repr(transparent)]pub struct ICoreWebView2Settings2(_);
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>,
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.
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2Settings2
impl !Send for ICoreWebView2Settings2
impl !Sync for ICoreWebView2Settings2
impl Unpin for ICoreWebView2Settings2
impl UnwindSafe for ICoreWebView2Settings2
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety