pub struct CoreWebView2EnvironmentOptions { /* private fields */ }
Trait Implementations§
Source§impl From<&mut CoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
impl From<&mut CoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
Source§fn from(implementation: &mut CoreWebView2EnvironmentOptions) -> Self
fn from(implementation: &mut CoreWebView2EnvironmentOptions) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
impl From<CoreWebView2EnvironmentOptions> for ICoreWebView2EnvironmentOptions
Source§fn from(implementation: CoreWebView2EnvironmentOptions) -> Self
fn from(implementation: CoreWebView2EnvironmentOptions) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2EnvironmentOptions> for IInspectable
impl From<CoreWebView2EnvironmentOptions> for IInspectable
Source§fn from(implementation: CoreWebView2EnvironmentOptions) -> Self
fn from(implementation: CoreWebView2EnvironmentOptions) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2EnvironmentOptions> for IUnknown
impl From<CoreWebView2EnvironmentOptions> for IUnknown
Source§fn from(implementation: CoreWebView2EnvironmentOptions) -> Self
fn from(implementation: CoreWebView2EnvironmentOptions) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2EnvironmentOptions> for CoreWebView2EnvironmentOptions
impl ToImpl<ICoreWebView2EnvironmentOptions> for CoreWebView2EnvironmentOptions
Source§unsafe fn to_impl(interface: &ICoreWebView2EnvironmentOptions) -> &mut Self
unsafe fn to_impl(interface: &ICoreWebView2EnvironmentOptions) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for CoreWebView2EnvironmentOptions
impl RefUnwindSafe for CoreWebView2EnvironmentOptions
impl Send for CoreWebView2EnvironmentOptions
impl Sync for CoreWebView2EnvironmentOptions
impl Unpin for CoreWebView2EnvironmentOptions
impl UnwindSafe for CoreWebView2EnvironmentOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more