pub struct ICoreWebView2Environment14(/* private fields */);
Implementations§
Source§impl ICoreWebView2Environment14
impl ICoreWebView2Environment14
pub unsafe fn CreateWebFileSystemFileHandle<P0>( &self, path: P0, permission: COREWEBVIEW2_FILE_SYSTEM_HANDLE_PERMISSION, ) -> Result<ICoreWebView2FileSystemHandle>
pub unsafe fn CreateWebFileSystemDirectoryHandle<P0>( &self, path: P0, permission: COREWEBVIEW2_FILE_SYSTEM_HANDLE_PERMISSION, ) -> Result<ICoreWebView2FileSystemHandle>
pub unsafe fn CreateObjectCollection( &self, length: u32, items: *mut Option<IUnknown>, objectcollection: *mut Option<ICoreWebView2ObjectCollection>, ) -> Result<()>
Methods from Deref<Target = ICoreWebView2Environment13>§
pub unsafe fn GetProcessExtendedInfos<P0>(&self, handler: P0) -> Result<()>
Methods from Deref<Target = ICoreWebView2Environment12>§
Methods from Deref<Target = ICoreWebView2Environment11>§
Methods from Deref<Target = ICoreWebView2Environment10>§
pub unsafe fn CreateCoreWebView2ControllerOptions( &self, ) -> Result<ICoreWebView2ControllerOptions>
pub unsafe fn CreateCoreWebView2ControllerWithOptions<P1, P2>( &self, parentwindow: HWND, options: P1, handler: P2, ) -> Result<()>
pub unsafe fn CreateCoreWebView2CompositionControllerWithOptions<P1, P2>( &self, parentwindow: HWND, options: P1, handler: P2, ) -> Result<()>
Methods from Deref<Target = ICoreWebView2Environment9>§
pub unsafe fn CreateContextMenuItem<P0, P1>( &self, label: P0, iconstream: P1, kind: COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND, ) -> Result<ICoreWebView2ContextMenuItem>
Methods from Deref<Target = ICoreWebView2Environment8>§
pub unsafe fn add_ProcessInfosChanged<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<()>where
P0: Param<ICoreWebView2ProcessInfosChangedEventHandler>,
pub unsafe fn remove_ProcessInfosChanged( &self, token: EventRegistrationToken, ) -> Result<()>
pub unsafe fn GetProcessInfos( &self, ) -> Result<ICoreWebView2ProcessInfoCollection>
Methods from Deref<Target = ICoreWebView2Environment7>§
Methods from Deref<Target = ICoreWebView2Environment6>§
pub unsafe fn CreatePrintSettings(&self) -> Result<ICoreWebView2PrintSettings>
Methods from Deref<Target = ICoreWebView2Environment5>§
pub unsafe fn add_BrowserProcessExited<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<()>where
P0: Param<ICoreWebView2BrowserProcessExitedEventHandler>,
pub unsafe fn remove_BrowserProcessExited( &self, token: EventRegistrationToken, ) -> Result<()>
Methods from Deref<Target = ICoreWebView2Environment4>§
pub unsafe fn GetAutomationProviderForWindow( &self, hwnd: HWND, ) -> Result<IUnknown>
Methods from Deref<Target = ICoreWebView2Environment3>§
pub unsafe fn CreateCoreWebView2CompositionController<P1>( &self, parentwindow: HWND, handler: P1, ) -> Result<()>
pub unsafe fn CreateCoreWebView2PointerInfo( &self, ) -> Result<ICoreWebView2PointerInfo>
Methods from Deref<Target = ICoreWebView2Environment2>§
Methods from Deref<Target = ICoreWebView2Environment>§
pub unsafe fn CreateCoreWebView2Controller<P1>( &self, parentwindow: HWND, handler: P1, ) -> Result<()>
pub unsafe fn CreateWebResourceResponse<P0, P2, P3>( &self, content: P0, statuscode: i32, reasonphrase: P2, headers: P3, ) -> Result<ICoreWebView2WebResourceResponse>
pub unsafe fn BrowserVersionString(&self, versioninfo: *mut PWSTR) -> Result<()>
pub unsafe fn add_NewBrowserVersionAvailable<P0>( &self, eventhandler: P0, token: *mut EventRegistrationToken, ) -> Result<()>
pub unsafe fn remove_NewBrowserVersionAvailable( &self, token: EventRegistrationToken, ) -> Result<()>
Trait Implementations§
Source§impl CanInto<ICoreWebView2Environment> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment10> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment10> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment11> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment11> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment12> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment12> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment13> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment13> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment2> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment2> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment3> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment3> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment4> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment4> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment5> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment5> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment6> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment6> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment7> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment7> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment8> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment8> for ICoreWebView2Environment14
Source§impl CanInto<ICoreWebView2Environment9> for ICoreWebView2Environment14
impl CanInto<ICoreWebView2Environment9> for ICoreWebView2Environment14
Source§impl Clone for ICoreWebView2Environment14
impl Clone for ICoreWebView2Environment14
Source§fn clone(&self) -> ICoreWebView2Environment14
fn clone(&self) -> ICoreWebView2Environment14
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ICoreWebView2Environment14
impl Debug for ICoreWebView2Environment14
Source§impl Deref for ICoreWebView2Environment14
impl Deref for ICoreWebView2Environment14
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment10
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment10
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment11
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment11
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment12
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment12
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment13
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment13
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment2
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment2
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment3
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment3
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment4
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment4
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment5
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment5
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment6
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment6
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment7
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment7
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment8
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment8
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment9
impl From<&ICoreWebView2Environment14> for &ICoreWebView2Environment9
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<&ICoreWebView2Environment14> for &IUnknown
impl From<&ICoreWebView2Environment14> for &IUnknown
Source§fn from(value: &ICoreWebView2Environment14) -> Self
fn from(value: &ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment10
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment10
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment11
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment11
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment12
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment12
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment13
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment13
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment2
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment2
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment3
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment3
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment4
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment4
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment5
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment5
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment6
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment6
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment7
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment7
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment8
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment8
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for ICoreWebView2Environment9
impl From<ICoreWebView2Environment14> for ICoreWebView2Environment9
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2Environment14> for IUnknown
impl From<ICoreWebView2Environment14> for IUnknown
Source§fn from(value: ICoreWebView2Environment14) -> Self
fn from(value: ICoreWebView2Environment14) -> Self
Converts to this type from the input type.
Source§impl Interface for ICoreWebView2Environment14
impl Interface for ICoreWebView2Environment14
Source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.Source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
Source§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read moreSource§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>
This casts the given COM interface to [
&dyn Any
]. Read moreSource§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read moreSource§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read moreSource§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a
Weak
reference to this object.Source§unsafe fn query(&self, iid: *const GUID, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const GUID, interface: *mut *mut c_void) -> HRESULT
Call
QueryInterface
on this interface Read moreSource§fn to_ref(&self) -> InterfaceRef<'_, Self>
fn to_ref(&self) -> InterfaceRef<'_, Self>
Creates an
InterfaceRef
for this reference. The InterfaceRef
tracks lifetimes statically,
and eliminates the need for dynamic reference count adjustments (AddRef/Release).impl Eq for ICoreWebView2Environment14
impl StructuralPartialEq for ICoreWebView2Environment14
Auto Trait Implementations§
impl Freeze for ICoreWebView2Environment14
impl RefUnwindSafe for ICoreWebView2Environment14
impl !Send for ICoreWebView2Environment14
impl !Sync for ICoreWebView2Environment14
impl Unpin for ICoreWebView2Environment14
impl UnwindSafe for ICoreWebView2Environment14
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