Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_19
source · pub struct ICoreWebView2_19(/* private fields */);
Implementations§
source§impl ICoreWebView2_19
impl ICoreWebView2_19
pub unsafe fn MemoryUsageTargetLevel( &self, level: *mut COREWEBVIEW2_MEMORY_USAGE_TARGET_LEVEL, ) -> Result<(), Error>
pub unsafe fn SetMemoryUsageTargetLevel( &self, level: COREWEBVIEW2_MEMORY_USAGE_TARGET_LEVEL, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_18>§
pub unsafe fn add_LaunchingExternalUriScheme<P0>( &self, eventhandler: P0, token: *mut EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn remove_LaunchingExternalUriScheme( &self, token: EventRegistrationToken, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_17>§
Methods from Deref<Target = ICoreWebView2_16>§
pub unsafe fn Print<P0, P1>( &self, printsettings: P0, handler: P1, ) -> Result<(), Error>
pub unsafe fn ShowPrintUI( &self, printdialogkind: COREWEBVIEW2_PRINT_DIALOG_KIND, ) -> Result<(), Error>
pub unsafe fn PrintToPdfStream<P0, P1>(
&self,
printsettings: P0,
handler: P1,
) -> Result<(), Error>where
P0: Param<ICoreWebView2PrintSettings>,
P1: Param<ICoreWebView2PrintToPdfStreamCompletedHandler>,
Methods from Deref<Target = ICoreWebView2_15>§
pub unsafe fn add_FaviconChanged<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2FaviconChangedEventHandler>,
pub unsafe fn remove_FaviconChanged( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn FaviconUri(&self, value: *mut PWSTR) -> Result<(), Error>
pub unsafe fn GetFavicon<P0>(
&self,
format: COREWEBVIEW2_FAVICON_IMAGE_FORMAT,
completedhandler: P0,
) -> Result<(), Error>where
P0: Param<ICoreWebView2GetFaviconCompletedHandler>,
Methods from Deref<Target = ICoreWebView2_14>§
pub unsafe fn add_ServerCertificateErrorDetected<P0>( &self, eventhandler: P0, token: *mut EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn remove_ServerCertificateErrorDetected( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn ClearServerCertificateErrorActions<P0>( &self, handler: P0, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_13>§
pub unsafe fn Profile(&self) -> Result<ICoreWebView2Profile, Error>
Methods from Deref<Target = ICoreWebView2_12>§
pub unsafe fn add_StatusBarTextChanged<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2StatusBarTextChangedEventHandler>,
pub unsafe fn remove_StatusBarTextChanged( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn StatusBarText(&self, value: *mut PWSTR) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_11>§
pub unsafe fn CallDevToolsProtocolMethodForSession<P0, P1, P2, P3>( &self, sessionid: P0, methodname: P1, parametersasjson: P2, handler: P3, ) -> Result<(), Error>
pub unsafe fn add_ContextMenuRequested<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2ContextMenuRequestedEventHandler>,
pub unsafe fn remove_ContextMenuRequested( &self, token: EventRegistrationToken, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_10>§
pub unsafe fn add_BasicAuthenticationRequested<P0>( &self, eventhandler: P0, token: *mut EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn remove_BasicAuthenticationRequested( &self, token: EventRegistrationToken, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_9>§
pub unsafe fn add_IsDefaultDownloadDialogOpenChanged<P0>( &self, handler: P0, token: *mut EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn remove_IsDefaultDownloadDialogOpenChanged( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn IsDefaultDownloadDialogOpen( &self, value: *mut BOOL, ) -> Result<(), Error>
pub unsafe fn OpenDefaultDownloadDialog(&self) -> Result<(), Error>
pub unsafe fn CloseDefaultDownloadDialog(&self) -> Result<(), Error>
pub unsafe fn DefaultDownloadDialogCornerAlignment( &self, value: *mut COREWEBVIEW2_DEFAULT_DOWNLOAD_DIALOG_CORNER_ALIGNMENT, ) -> Result<(), Error>
pub unsafe fn SetDefaultDownloadDialogCornerAlignment( &self, value: COREWEBVIEW2_DEFAULT_DOWNLOAD_DIALOG_CORNER_ALIGNMENT, ) -> Result<(), Error>
pub unsafe fn DefaultDownloadDialogMargin( &self, value: *mut POINT, ) -> Result<(), Error>
pub unsafe fn SetDefaultDownloadDialogMargin( &self, value: POINT, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_8>§
pub unsafe fn add_IsMutedChanged<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2IsMutedChangedEventHandler>,
pub unsafe fn remove_IsMutedChanged( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn IsMuted(&self, value: *mut BOOL) -> Result<(), Error>
pub unsafe fn SetIsMuted<P0>(&self, value: P0) -> Result<(), Error>where
P0: Param<BOOL>,
pub unsafe fn add_IsDocumentPlayingAudioChanged<P0>( &self, eventhandler: P0, token: *mut EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn remove_IsDocumentPlayingAudioChanged( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn IsDocumentPlayingAudio( &self, value: *mut BOOL, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_7>§
pub unsafe fn PrintToPdf<P0, P1, P2>(
&self,
resultfilepath: P0,
printsettings: P1,
handler: P2,
) -> Result<(), Error>where
P0: Param<PCWSTR>,
P1: Param<ICoreWebView2PrintSettings>,
P2: Param<ICoreWebView2PrintToPdfCompletedHandler>,
Methods from Deref<Target = ICoreWebView2_6>§
pub unsafe fn OpenTaskManagerWindow(&self) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_5>§
pub unsafe fn add_ClientCertificateRequested<P0>( &self, eventhandler: P0, token: *mut EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn remove_ClientCertificateRequested( &self, token: EventRegistrationToken, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_4>§
pub unsafe fn add_FrameCreated<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2FrameCreatedEventHandler>,
pub unsafe fn remove_FrameCreated( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn add_DownloadStarting<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2DownloadStartingEventHandler>,
pub unsafe fn remove_DownloadStarting( &self, token: EventRegistrationToken, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_3>§
pub unsafe fn TrySuspend<P0>(&self, handler: P0) -> Result<(), Error>where
P0: Param<ICoreWebView2TrySuspendCompletedHandler>,
pub unsafe fn Resume(&self) -> Result<(), Error>
pub unsafe fn IsSuspended(&self, issuspended: *mut BOOL) -> Result<(), Error>
pub unsafe fn SetVirtualHostNameToFolderMapping<P0, P1>( &self, hostname: P0, folderpath: P1, accesskind: COREWEBVIEW2_HOST_RESOURCE_ACCESS_KIND, ) -> Result<(), Error>
pub unsafe fn ClearVirtualHostNameToFolderMapping<P0>( &self, hostname: P0, ) -> Result<(), Error>
Methods from Deref<Target = ICoreWebView2_2>§
pub unsafe fn add_WebResourceResponseReceived<P0>( &self, eventhandler: P0, token: *mut EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn remove_WebResourceResponseReceived( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn add_DOMContentLoaded<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2DOMContentLoadedEventHandler>,
pub unsafe fn remove_DOMContentLoaded( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn CookieManager(&self) -> Result<ICoreWebView2CookieManager, Error>
pub unsafe fn Environment(&self) -> Result<ICoreWebView2Environment, Error>
Methods from Deref<Target = ICoreWebView2>§
pub unsafe fn Settings(&self) -> Result<ICoreWebView2Settings, Error>
pub unsafe fn Source(&self, uri: *mut PWSTR) -> Result<(), Error>
pub unsafe fn add_ContentLoading<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2ContentLoadingEventHandler>,
pub unsafe fn remove_ContentLoading( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn add_SourceChanged<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2SourceChangedEventHandler>,
pub unsafe fn remove_SourceChanged( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn add_HistoryChanged<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2HistoryChangedEventHandler>,
pub unsafe fn remove_HistoryChanged( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn add_ScriptDialogOpening<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2ScriptDialogOpeningEventHandler>,
pub unsafe fn remove_ScriptDialogOpening( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn add_PermissionRequested<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2PermissionRequestedEventHandler>,
pub unsafe fn remove_PermissionRequested( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn add_ProcessFailed<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2ProcessFailedEventHandler>,
pub unsafe fn remove_ProcessFailed( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn AddScriptToExecuteOnDocumentCreated<P0, P1>(
&self,
javascript: P0,
handler: P1,
) -> Result<(), Error>where
P0: Param<PCWSTR>,
P1: Param<ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler>,
pub unsafe fn RemoveScriptToExecuteOnDocumentCreated<P0>( &self, id: P0, ) -> Result<(), Error>
pub unsafe fn ExecuteScript<P0, P1>( &self, javascript: P0, handler: P1, ) -> Result<(), Error>
pub unsafe fn CapturePreview<P0, P1>( &self, imageformat: COREWEBVIEW2_CAPTURE_PREVIEW_IMAGE_FORMAT, imagestream: P0, handler: P1, ) -> Result<(), Error>
pub unsafe fn Reload(&self) -> Result<(), Error>
pub unsafe fn PostWebMessageAsJson<P0>( &self, webmessageasjson: P0, ) -> Result<(), Error>
pub unsafe fn PostWebMessageAsString<P0>( &self, webmessageasstring: P0, ) -> Result<(), Error>
pub unsafe fn add_WebMessageReceived<P0>(
&self,
handler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2WebMessageReceivedEventHandler>,
pub unsafe fn remove_WebMessageReceived( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn CallDevToolsProtocolMethod<P0, P1, P2>( &self, methodname: P0, parametersasjson: P1, handler: P2, ) -> Result<(), Error>
pub unsafe fn BrowserProcessId(&self, value: *mut u32) -> Result<(), Error>
pub unsafe fn CanGoBack(&self, cangoback: *mut BOOL) -> Result<(), Error>
pub unsafe fn CanGoForward(&self, cangoforward: *mut BOOL) -> Result<(), Error>
pub unsafe fn GoBack(&self) -> Result<(), Error>
pub unsafe fn GoForward(&self) -> Result<(), Error>
pub unsafe fn GetDevToolsProtocolEventReceiver<P0>( &self, eventname: P0, ) -> Result<ICoreWebView2DevToolsProtocolEventReceiver, Error>
pub unsafe fn Stop(&self) -> Result<(), Error>
pub unsafe fn add_NewWindowRequested<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2NewWindowRequestedEventHandler>,
pub unsafe fn remove_NewWindowRequested( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn add_DocumentTitleChanged<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2DocumentTitleChangedEventHandler>,
pub unsafe fn remove_DocumentTitleChanged( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn DocumentTitle(&self, title: *mut PWSTR) -> Result<(), Error>
pub unsafe fn AddHostObjectToScript<P0>( &self, name: P0, object: *mut VARIANT, ) -> Result<(), Error>
pub unsafe fn RemoveHostObjectFromScript<P0>( &self, name: P0, ) -> Result<(), Error>
pub unsafe fn OpenDevToolsWindow(&self) -> Result<(), Error>
pub unsafe fn add_ContainsFullScreenElementChanged<P0>( &self, eventhandler: P0, token: *mut EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn remove_ContainsFullScreenElementChanged( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn ContainsFullScreenElement( &self, containsfullscreenelement: *mut BOOL, ) -> Result<(), Error>
pub unsafe fn add_WebResourceRequested<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2WebResourceRequestedEventHandler>,
pub unsafe fn remove_WebResourceRequested( &self, token: EventRegistrationToken, ) -> Result<(), Error>
pub unsafe fn AddWebResourceRequestedFilter<P0>( &self, uri: P0, resourcecontext: COREWEBVIEW2_WEB_RESOURCE_CONTEXT, ) -> Result<(), Error>
pub unsafe fn RemoveWebResourceRequestedFilter<P0>( &self, uri: P0, resourcecontext: COREWEBVIEW2_WEB_RESOURCE_CONTEXT, ) -> Result<(), Error>
pub unsafe fn add_WindowCloseRequested<P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken,
) -> Result<(), Error>where
P0: Param<ICoreWebView2WindowCloseRequestedEventHandler>,
pub unsafe fn remove_WindowCloseRequested( &self, token: EventRegistrationToken, ) -> Result<(), Error>
Trait Implementations§
source§impl Clone for ICoreWebView2_19
impl Clone for ICoreWebView2_19
source§fn clone(&self) -> ICoreWebView2_19
fn clone(&self) -> ICoreWebView2_19
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 ICoreWebView2_19
impl Debug for ICoreWebView2_19
source§impl Deref for ICoreWebView2_19
impl Deref for ICoreWebView2_19
§type Target = ICoreWebView2_18
type Target = ICoreWebView2_18
The resulting type after dereferencing.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2
impl From<&ICoreWebView2_19> for &ICoreWebView2
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_10
impl From<&ICoreWebView2_19> for &ICoreWebView2_10
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_10
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_10
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_11
impl From<&ICoreWebView2_19> for &ICoreWebView2_11
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_11
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_11
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_12
impl From<&ICoreWebView2_19> for &ICoreWebView2_12
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_12
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_12
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_13
impl From<&ICoreWebView2_19> for &ICoreWebView2_13
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_13
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_13
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_14
impl From<&ICoreWebView2_19> for &ICoreWebView2_14
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_14
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_14
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_15
impl From<&ICoreWebView2_19> for &ICoreWebView2_15
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_15
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_15
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_16
impl From<&ICoreWebView2_19> for &ICoreWebView2_16
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_16
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_16
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_17
impl From<&ICoreWebView2_19> for &ICoreWebView2_17
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_17
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_17
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_18
impl From<&ICoreWebView2_19> for &ICoreWebView2_18
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_18
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_18
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_2
impl From<&ICoreWebView2_19> for &ICoreWebView2_2
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_2
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_2
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_3
impl From<&ICoreWebView2_19> for &ICoreWebView2_3
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_3
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_3
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_4
impl From<&ICoreWebView2_19> for &ICoreWebView2_4
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_4
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_4
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_5
impl From<&ICoreWebView2_19> for &ICoreWebView2_5
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_5
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_5
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_6
impl From<&ICoreWebView2_19> for &ICoreWebView2_6
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_6
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_6
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_7
impl From<&ICoreWebView2_19> for &ICoreWebView2_7
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_7
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_7
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_8
impl From<&ICoreWebView2_19> for &ICoreWebView2_8
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_8
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_8
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &ICoreWebView2_9
impl From<&ICoreWebView2_19> for &ICoreWebView2_9
source§fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_9
fn from(value: &ICoreWebView2_19) -> &ICoreWebView2_9
Converts to this type from the input type.
source§impl From<&ICoreWebView2_19> for &IUnknown
impl From<&ICoreWebView2_19> for &IUnknown
source§fn from(value: &ICoreWebView2_19) -> &IUnknown
fn from(value: &ICoreWebView2_19) -> &IUnknown
Converts to this type from the input type.
source§impl From<&ICoreWebView2_20> for &ICoreWebView2_19
impl From<&ICoreWebView2_20> for &ICoreWebView2_19
source§fn from(value: &ICoreWebView2_20) -> &ICoreWebView2_19
fn from(value: &ICoreWebView2_20) -> &ICoreWebView2_19
Converts to this type from the input type.
source§impl From<&ICoreWebView2_21> for &ICoreWebView2_19
impl From<&ICoreWebView2_21> for &ICoreWebView2_19
source§fn from(value: &ICoreWebView2_21) -> &ICoreWebView2_19
fn from(value: &ICoreWebView2_21) -> &ICoreWebView2_19
Converts to this type from the input type.
source§impl From<&ICoreWebView2_22> for &ICoreWebView2_19
impl From<&ICoreWebView2_22> for &ICoreWebView2_19
source§fn from(value: &ICoreWebView2_22) -> &ICoreWebView2_19
fn from(value: &ICoreWebView2_22) -> &ICoreWebView2_19
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2
impl From<ICoreWebView2_19> for ICoreWebView2
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2
fn from(value: ICoreWebView2_19) -> ICoreWebView2
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_10
impl From<ICoreWebView2_19> for ICoreWebView2_10
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_10
fn from(value: ICoreWebView2_19) -> ICoreWebView2_10
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_11
impl From<ICoreWebView2_19> for ICoreWebView2_11
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_11
fn from(value: ICoreWebView2_19) -> ICoreWebView2_11
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_12
impl From<ICoreWebView2_19> for ICoreWebView2_12
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_12
fn from(value: ICoreWebView2_19) -> ICoreWebView2_12
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_13
impl From<ICoreWebView2_19> for ICoreWebView2_13
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_13
fn from(value: ICoreWebView2_19) -> ICoreWebView2_13
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_14
impl From<ICoreWebView2_19> for ICoreWebView2_14
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_14
fn from(value: ICoreWebView2_19) -> ICoreWebView2_14
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_15
impl From<ICoreWebView2_19> for ICoreWebView2_15
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_15
fn from(value: ICoreWebView2_19) -> ICoreWebView2_15
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_16
impl From<ICoreWebView2_19> for ICoreWebView2_16
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_16
fn from(value: ICoreWebView2_19) -> ICoreWebView2_16
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_17
impl From<ICoreWebView2_19> for ICoreWebView2_17
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_17
fn from(value: ICoreWebView2_19) -> ICoreWebView2_17
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_18
impl From<ICoreWebView2_19> for ICoreWebView2_18
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_18
fn from(value: ICoreWebView2_19) -> ICoreWebView2_18
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_2
impl From<ICoreWebView2_19> for ICoreWebView2_2
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_2
fn from(value: ICoreWebView2_19) -> ICoreWebView2_2
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_3
impl From<ICoreWebView2_19> for ICoreWebView2_3
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_3
fn from(value: ICoreWebView2_19) -> ICoreWebView2_3
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_4
impl From<ICoreWebView2_19> for ICoreWebView2_4
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_4
fn from(value: ICoreWebView2_19) -> ICoreWebView2_4
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_5
impl From<ICoreWebView2_19> for ICoreWebView2_5
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_5
fn from(value: ICoreWebView2_19) -> ICoreWebView2_5
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_6
impl From<ICoreWebView2_19> for ICoreWebView2_6
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_6
fn from(value: ICoreWebView2_19) -> ICoreWebView2_6
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_7
impl From<ICoreWebView2_19> for ICoreWebView2_7
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_7
fn from(value: ICoreWebView2_19) -> ICoreWebView2_7
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_8
impl From<ICoreWebView2_19> for ICoreWebView2_8
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_8
fn from(value: ICoreWebView2_19) -> ICoreWebView2_8
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for ICoreWebView2_9
impl From<ICoreWebView2_19> for ICoreWebView2_9
source§fn from(value: ICoreWebView2_19) -> ICoreWebView2_9
fn from(value: ICoreWebView2_19) -> ICoreWebView2_9
Converts to this type from the input type.
source§impl From<ICoreWebView2_19> for IUnknown
impl From<ICoreWebView2_19> for IUnknown
source§fn from(value: ICoreWebView2_19) -> IUnknown
fn from(value: ICoreWebView2_19) -> IUnknown
Converts to this type from the input type.
source§impl From<ICoreWebView2_20> for ICoreWebView2_19
impl From<ICoreWebView2_20> for ICoreWebView2_19
source§fn from(value: ICoreWebView2_20) -> ICoreWebView2_19
fn from(value: ICoreWebView2_20) -> ICoreWebView2_19
Converts to this type from the input type.
source§impl From<ICoreWebView2_21> for ICoreWebView2_19
impl From<ICoreWebView2_21> for ICoreWebView2_19
source§fn from(value: ICoreWebView2_21) -> ICoreWebView2_19
fn from(value: ICoreWebView2_21) -> ICoreWebView2_19
Converts to this type from the input type.
source§impl From<ICoreWebView2_22> for ICoreWebView2_19
impl From<ICoreWebView2_22> for ICoreWebView2_19
source§fn from(value: ICoreWebView2_22) -> ICoreWebView2_19
fn from(value: ICoreWebView2_22) -> ICoreWebView2_19
Converts to this type from the input type.
source§impl Interface for ICoreWebView2_19
impl Interface for ICoreWebView2_19
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).source§impl PartialEq for ICoreWebView2_19
impl PartialEq for ICoreWebView2_19
impl Eq for ICoreWebView2_19
impl StructuralPartialEq for ICoreWebView2_19
Auto Trait Implementations§
impl Freeze for ICoreWebView2_19
impl RefUnwindSafe for ICoreWebView2_19
impl !Send for ICoreWebView2_19
impl !Sync for ICoreWebView2_19
impl Unpin for ICoreWebView2_19
impl UnwindSafe for ICoreWebView2_19
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)