pub struct CoreWebView2EnvironmentOptions { /* private fields */ }
Trait Implementations
sourceimpl AsImpl<CoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
impl AsImpl<CoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
fn as_impl(&self) -> &CoreWebView2EnvironmentOptions
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 From<CoreWebView2EnvironmentOptions> for IInspectable
impl From<CoreWebView2EnvironmentOptions> for IInspectable
sourcefn from(this: CoreWebView2EnvironmentOptions) -> Self
fn from(this: CoreWebView2EnvironmentOptions) -> Self
Converts to this type from the input type.
sourceimpl From<CoreWebView2EnvironmentOptions> for IUnknown
impl From<CoreWebView2EnvironmentOptions> for IUnknown
sourcefn from(this: CoreWebView2EnvironmentOptions) -> Self
fn from(this: CoreWebView2EnvironmentOptions) -> Self
Converts to this type from the input type.
sourceimpl ICoreWebView2EnvironmentOptions_Impl for CoreWebView2EnvironmentOptions
impl ICoreWebView2EnvironmentOptions_Impl for CoreWebView2EnvironmentOptions
fn AdditionalBrowserArguments(&self, result: *mut PWSTR) -> Result<()>
fn SetAdditionalBrowserArguments(&self, value: &PCWSTR) -> Result<()>
fn Language(&self, result: *mut PWSTR) -> Result<()>
fn SetLanguage(&self, value: &PCWSTR) -> Result<()>
fn TargetCompatibleBrowserVersion(&self, result: *mut PWSTR) -> Result<()>
fn SetTargetCompatibleBrowserVersion(&self, value: &PCWSTR) -> Result<()>
fn AllowSingleSignOnUsingOSPrimaryAccount(&self, result: *mut BOOL) -> Result<()>
fn SetAllowSingleSignOnUsingOSPrimaryAccount(&self, value: BOOL) -> Result<()>
Auto Trait Implementations
impl !RefUnwindSafe for CoreWebView2EnvironmentOptions
impl Send for CoreWebView2EnvironmentOptions
impl !Sync for CoreWebView2EnvironmentOptions
impl Unpin for CoreWebView2EnvironmentOptions
impl UnwindSafe for CoreWebView2EnvironmentOptions
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