Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Settings5 [−][src]
#[repr(transparent)]pub struct ICoreWebView2Settings5(_);Implementations
pub unsafe fn put_IsScriptEnabled<'a>(
&self,
isscriptenabled: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn put_IsWebMessageEnabled<'a>(
&self,
iswebmessageenabled: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn get_AreDefaultScriptDialogsEnabled(
&self,
aredefaultscriptdialogsenabled: *mut BOOL
) -> Result<(), Error>
pub unsafe fn put_AreDefaultScriptDialogsEnabled<'a>(
&self,
aredefaultscriptdialogsenabled: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn put_IsStatusBarEnabled<'a>(
&self,
isstatusbarenabled: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn put_AreDevToolsEnabled<'a>(
&self,
aredevtoolsenabled: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn put_AreDefaultContextMenusEnabled<'a>(
&self,
enabled: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn put_AreHostObjectsAllowed<'a>(
&self,
allowed: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn put_IsZoomControlEnabled<'a>(
&self,
enabled: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn put_IsBuiltInErrorPageEnabled<'a>(
&self,
enabled: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn put_UserAgent<'a>(
&self,
useragent: impl IntoParam<'a, PWSTR>
) -> Result<(), Error>
pub unsafe fn get_AreBrowserAcceleratorKeysEnabled(
&self,
arebrowseracceleratorkeysenabled: *mut BOOL
) -> Result<(), Error>
pub unsafe fn put_AreBrowserAcceleratorKeysEnabled<'a>(
&self,
arebrowseracceleratorkeysenabled: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn put_IsPasswordAutosaveEnabled<'a>(
&self,
value: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
pub unsafe fn put_IsGeneralAutofillEnabled<'a>(
&self,
value: impl IntoParam<'a, BOOL>
) -> Result<(), Error>
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.
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 ICoreWebView2Settings5
impl !Send for ICoreWebView2Settings5
impl !Sync for ICoreWebView2Settings5
impl Unpin for ICoreWebView2Settings5
impl UnwindSafe for ICoreWebView2Settings5
Blanket Implementations
type DefaultType = Option<T>
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Mutably borrows from an owned value. Read more