Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Settings6 [−][src]
#[repr(transparent)]pub struct ICoreWebView2Settings6(_);
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>,
pub unsafe fn AreBrowserAcceleratorKeysEnabled(
&self,
arebrowseracceleratorkeysenabled: *mut BOOL
) -> Result<(), Error>
pub unsafe fn SetAreBrowserAcceleratorKeysEnabled<'a, Param0>(
&self,
arebrowseracceleratorkeysenabled: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetIsPasswordAutosaveEnabled<'a, Param0>(
&self,
value: Param0
) -> Result<(), Error> where
Param0: IntoParam<'a, BOOL>,
pub unsafe fn SetIsGeneralAutofillEnabled<'a, Param0>(
&self,
value: 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 ICoreWebView2Settings6
impl !Send for ICoreWebView2Settings6
impl !Sync for ICoreWebView2Settings6
impl Unpin for ICoreWebView2Settings6
impl UnwindSafe for ICoreWebView2Settings6
Blanket Implementations
Mutably borrows from an owned value. Read more
type DefaultType = Option<T>
Safety