Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2EnvironmentOptions
source · [−]#[repr(transparent)]pub struct ICoreWebView2EnvironmentOptions(_);
Implementations
sourceimpl ICoreWebView2EnvironmentOptions
impl ICoreWebView2EnvironmentOptions
pub unsafe fn AdditionalBrowserArguments(
&self,
value: *mut PWSTR
) -> Result<(), Error>
pub unsafe fn SetAdditionalBrowserArguments<P0>(
&self,
value: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn Language(&self, value: *mut PWSTR) -> Result<(), Error>
pub unsafe fn SetLanguage<P0>(&self, value: P0) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn TargetCompatibleBrowserVersion(
&self,
value: *mut PWSTR
) -> Result<(), Error>
pub unsafe fn SetTargetCompatibleBrowserVersion<P0>(
&self,
value: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn AllowSingleSignOnUsingOSPrimaryAccount(
&self,
allow: *mut BOOL
) -> Result<(), Error>
pub unsafe fn SetAllowSingleSignOnUsingOSPrimaryAccount<P0>(
&self,
allow: P0
) -> Result<(), Error> where
P0: Into<BOOL>,
Trait Implementations
sourceimpl AsImpl<CoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
impl AsImpl<CoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
fn as_impl(&self) -> &CoreWebView2EnvironmentOptions
sourceimpl Clone for ICoreWebView2EnvironmentOptions
impl Clone for ICoreWebView2EnvironmentOptions
sourcefn clone(&self) -> ICoreWebView2EnvironmentOptions
fn clone(&self) -> ICoreWebView2EnvironmentOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<CoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
impl From<CoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
sourcefn from(this: CoreWebView2EnvironmentOptions) -> Self
fn from(this: CoreWebView2EnvironmentOptions) -> Self
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2EnvironmentOptions
impl Interface for ICoreWebView2EnvironmentOptions
sourceconst IID: GUID = ::windows::core::GUID::from_u128(63626581283564971420323628626233381317)
const IID: GUID = ::windows::core::GUID::from_u128(63626581283564971420323628626233381317)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
impl PartialEq<ICoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
sourcefn eq(&self, other: &ICoreWebView2EnvironmentOptions) -> bool
fn eq(&self, other: &ICoreWebView2EnvironmentOptions) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for ICoreWebView2EnvironmentOptions
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2EnvironmentOptions
impl !Send for ICoreWebView2EnvironmentOptions
impl !Sync for ICoreWebView2EnvironmentOptions
impl Unpin for ICoreWebView2EnvironmentOptions
impl UnwindSafe for ICoreWebView2EnvironmentOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more