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