Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Settings2 [−][src]
#[repr(transparent)]pub struct ICoreWebView2Settings2(_);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>
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 ICoreWebView2Settings2
impl !Send for ICoreWebView2Settings2
impl !Sync for ICoreWebView2Settings2
impl Unpin for ICoreWebView2Settings2
impl UnwindSafe for ICoreWebView2Settings2
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