Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2_7
source · [−]#[repr(transparent)]pub struct ICoreWebView2_7(_);
Implementations
sourceimpl ICoreWebView2_7
impl ICoreWebView2_7
pub unsafe fn Settings(&self) -> Result<ICoreWebView2Settings, Error>
pub unsafe fn Source(&self, uri: *mut PWSTR) -> Result<(), Error>
pub unsafe fn add_ContentLoading<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2ContentLoadingEventHandler>>,
pub unsafe fn remove_ContentLoading(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_SourceChanged<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2SourceChangedEventHandler>>,
pub unsafe fn remove_SourceChanged(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_HistoryChanged<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2HistoryChangedEventHandler>>,
pub unsafe fn remove_HistoryChanged(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_ScriptDialogOpening<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2ScriptDialogOpeningEventHandler>>,
pub unsafe fn remove_ScriptDialogOpening(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_PermissionRequested<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2PermissionRequestedEventHandler>>,
pub unsafe fn remove_PermissionRequested(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_ProcessFailed<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2ProcessFailedEventHandler>>,
pub unsafe fn remove_ProcessFailed(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn AddScriptToExecuteOnDocumentCreated<'a, P0, P1>(
&self,
javascript: P0,
handler: P1
) -> Result<(), Error> where
P0: Into<PCWSTR>,
P1: Into<InParam<'a, ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler>>,
pub unsafe fn RemoveScriptToExecuteOnDocumentCreated<P0>(
&self,
id: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn ExecuteScript<'a, P0, P1>(
&self,
javascript: P0,
handler: P1
) -> Result<(), Error> where
P0: Into<PCWSTR>,
P1: Into<InParam<'a, ICoreWebView2ExecuteScriptCompletedHandler>>,
pub unsafe fn CapturePreview<'a, P0, P1>(
&self,
imageformat: COREWEBVIEW2_CAPTURE_PREVIEW_IMAGE_FORMAT,
imagestream: P0,
handler: P1
) -> Result<(), Error> where
P0: Into<InParam<'a, IStream>>,
P1: Into<InParam<'a, ICoreWebView2CapturePreviewCompletedHandler>>,
pub unsafe fn Reload(&self) -> Result<(), Error>
pub unsafe fn PostWebMessageAsJson<P0>(
&self,
webmessageasjson: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn PostWebMessageAsString<P0>(
&self,
webmessageasstring: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn add_WebMessageReceived<'a, P0>(
&self,
handler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2WebMessageReceivedEventHandler>>,
pub unsafe fn remove_WebMessageReceived(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn CallDevToolsProtocolMethod<'a, P0, P1, P2>(
&self,
methodname: P0,
parametersasjson: P1,
handler: P2
) -> Result<(), Error> where
P0: Into<PCWSTR>,
P1: Into<PCWSTR>,
P2: Into<InParam<'a, ICoreWebView2CallDevToolsProtocolMethodCompletedHandler>>,
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> where
P0: Into<PCWSTR>,
pub unsafe fn Stop(&self) -> Result<(), Error>
pub unsafe fn add_NewWindowRequested<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2NewWindowRequestedEventHandler>>,
pub unsafe fn remove_NewWindowRequested(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_DocumentTitleChanged<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, 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> where
P0: Into<PCWSTR>,
pub unsafe fn RemoveHostObjectFromScript<P0>(
&self,
name: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn OpenDevToolsWindow(&self) -> Result<(), Error>
pub unsafe fn add_ContainsFullScreenElementChanged<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2ContainsFullScreenElementChangedEventHandler>>,
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<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, 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> where
P0: Into<PCWSTR>,
pub unsafe fn RemoveWebResourceRequestedFilter<P0>(
&self,
uri: P0,
resourcecontext: COREWEBVIEW2_WEB_RESOURCE_CONTEXT
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn add_WindowCloseRequested<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2WindowCloseRequestedEventHandler>>,
pub unsafe fn remove_WindowCloseRequested(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_WebResourceResponseReceived<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2WebResourceResponseReceivedEventHandler>>,
pub unsafe fn remove_WebResourceResponseReceived(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_DOMContentLoaded<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, 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>
pub unsafe fn TrySuspend<'a, P0>(&self, handler: P0) -> Result<(), Error> where
P0: Into<InParam<'a, 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> where
P0: Into<PCWSTR>,
P1: Into<PCWSTR>,
pub unsafe fn ClearVirtualHostNameToFolderMapping<P0>(
&self,
hostname: P0
) -> Result<(), Error> where
P0: Into<PCWSTR>,
pub unsafe fn add_FrameCreated<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2FrameCreatedEventHandler>>,
pub unsafe fn remove_FrameCreated(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_DownloadStarting<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2DownloadStartingEventHandler>>,
pub unsafe fn remove_DownloadStarting(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn add_ClientCertificateRequested<'a, P0>(
&self,
eventhandler: P0,
token: *mut EventRegistrationToken
) -> Result<(), Error> where
P0: Into<InParam<'a, ICoreWebView2ClientCertificateRequestedEventHandler>>,
pub unsafe fn remove_ClientCertificateRequested(
&self,
token: EventRegistrationToken
) -> Result<(), Error>
pub unsafe fn OpenTaskManagerWindow(&self) -> Result<(), Error>
pub unsafe fn PrintToPdf<'a, P0, P1, P2>(
&self,
resultfilepath: P0,
printsettings: P1,
handler: P2
) -> Result<(), Error> where
P0: Into<PCWSTR>,
P1: Into<InParam<'a, ICoreWebView2PrintSettings>>,
P2: Into<InParam<'a, ICoreWebView2PrintToPdfCompletedHandler>>,
Trait Implementations
sourceimpl Clone for ICoreWebView2_7
impl Clone for ICoreWebView2_7
sourcefn clone(&self) -> ICoreWebView2_7
fn clone(&self) -> ICoreWebView2_7
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 Debug for ICoreWebView2_7
impl Debug for ICoreWebView2_7
sourceimpl<'a> From<&'a ICoreWebView2_10> for &'a ICoreWebView2_7
impl<'a> From<&'a ICoreWebView2_10> for &'a ICoreWebView2_7
sourcefn from(value: &'a ICoreWebView2_10) -> &'a ICoreWebView2_7
fn from(value: &'a ICoreWebView2_10) -> &'a ICoreWebView2_7
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_11> for &'a ICoreWebView2_7
impl<'a> From<&'a ICoreWebView2_11> for &'a ICoreWebView2_7
sourcefn from(value: &'a ICoreWebView2_11) -> &'a ICoreWebView2_7
fn from(value: &'a ICoreWebView2_11) -> &'a ICoreWebView2_7
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_12> for &'a ICoreWebView2_7
impl<'a> From<&'a ICoreWebView2_12> for &'a ICoreWebView2_7
sourcefn from(value: &'a ICoreWebView2_12) -> &'a ICoreWebView2_7
fn from(value: &'a ICoreWebView2_12) -> &'a ICoreWebView2_7
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_13> for &'a ICoreWebView2_7
impl<'a> From<&'a ICoreWebView2_13> for &'a ICoreWebView2_7
sourcefn from(value: &'a ICoreWebView2_13) -> &'a ICoreWebView2_7
fn from(value: &'a ICoreWebView2_13) -> &'a ICoreWebView2_7
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_14> for &'a ICoreWebView2_7
impl<'a> From<&'a ICoreWebView2_14> for &'a ICoreWebView2_7
sourcefn from(value: &'a ICoreWebView2_14) -> &'a ICoreWebView2_7
fn from(value: &'a ICoreWebView2_14) -> &'a ICoreWebView2_7
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_15> for &'a ICoreWebView2_7
impl<'a> From<&'a ICoreWebView2_15> for &'a ICoreWebView2_7
sourcefn from(value: &'a ICoreWebView2_15) -> &'a ICoreWebView2_7
fn from(value: &'a ICoreWebView2_15) -> &'a ICoreWebView2_7
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2
impl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2
sourcefn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2
fn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2_2
impl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2_2
sourcefn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2_2
fn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2_2
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2_3
impl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2_3
sourcefn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2_3
fn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2_3
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2_4
impl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2_4
sourcefn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2_4
fn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2_4
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2_5
impl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2_5
sourcefn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2_5
fn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2_5
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2_6
impl<'a> From<&'a ICoreWebView2_7> for &'a ICoreWebView2_6
sourcefn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2_6
fn from(value: &'a ICoreWebView2_7) -> &'a ICoreWebView2_6
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_8> for &'a ICoreWebView2_7
impl<'a> From<&'a ICoreWebView2_8> for &'a ICoreWebView2_7
sourcefn from(value: &'a ICoreWebView2_8) -> &'a ICoreWebView2_7
fn from(value: &'a ICoreWebView2_8) -> &'a ICoreWebView2_7
Converts to this type from the input type.
sourceimpl<'a> From<&'a ICoreWebView2_9> for &'a ICoreWebView2_7
impl<'a> From<&'a ICoreWebView2_9> for &'a ICoreWebView2_7
sourcefn from(value: &'a ICoreWebView2_9) -> &'a ICoreWebView2_7
fn from(value: &'a ICoreWebView2_9) -> &'a ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_10> for ICoreWebView2_7
impl From<&ICoreWebView2_10> for ICoreWebView2_7
sourcefn from(value: &ICoreWebView2_10) -> ICoreWebView2_7
fn from(value: &ICoreWebView2_10) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_11> for ICoreWebView2_7
impl From<&ICoreWebView2_11> for ICoreWebView2_7
sourcefn from(value: &ICoreWebView2_11) -> ICoreWebView2_7
fn from(value: &ICoreWebView2_11) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_12> for ICoreWebView2_7
impl From<&ICoreWebView2_12> for ICoreWebView2_7
sourcefn from(value: &ICoreWebView2_12) -> ICoreWebView2_7
fn from(value: &ICoreWebView2_12) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_13> for ICoreWebView2_7
impl From<&ICoreWebView2_13> for ICoreWebView2_7
sourcefn from(value: &ICoreWebView2_13) -> ICoreWebView2_7
fn from(value: &ICoreWebView2_13) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_14> for ICoreWebView2_7
impl From<&ICoreWebView2_14> for ICoreWebView2_7
sourcefn from(value: &ICoreWebView2_14) -> ICoreWebView2_7
fn from(value: &ICoreWebView2_14) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_15> for ICoreWebView2_7
impl From<&ICoreWebView2_15> for ICoreWebView2_7
sourcefn from(value: &ICoreWebView2_15) -> ICoreWebView2_7
fn from(value: &ICoreWebView2_15) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_7> for ICoreWebView2
impl From<&ICoreWebView2_7> for ICoreWebView2
sourcefn from(value: &ICoreWebView2_7) -> ICoreWebView2
fn from(value: &ICoreWebView2_7) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_7> for ICoreWebView2_2
impl From<&ICoreWebView2_7> for ICoreWebView2_2
sourcefn from(value: &ICoreWebView2_7) -> ICoreWebView2_2
fn from(value: &ICoreWebView2_7) -> ICoreWebView2_2
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_7> for ICoreWebView2_3
impl From<&ICoreWebView2_7> for ICoreWebView2_3
sourcefn from(value: &ICoreWebView2_7) -> ICoreWebView2_3
fn from(value: &ICoreWebView2_7) -> ICoreWebView2_3
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_7> for ICoreWebView2_4
impl From<&ICoreWebView2_7> for ICoreWebView2_4
sourcefn from(value: &ICoreWebView2_7) -> ICoreWebView2_4
fn from(value: &ICoreWebView2_7) -> ICoreWebView2_4
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_7> for ICoreWebView2_5
impl From<&ICoreWebView2_7> for ICoreWebView2_5
sourcefn from(value: &ICoreWebView2_7) -> ICoreWebView2_5
fn from(value: &ICoreWebView2_7) -> ICoreWebView2_5
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_7> for ICoreWebView2_6
impl From<&ICoreWebView2_7> for ICoreWebView2_6
sourcefn from(value: &ICoreWebView2_7) -> ICoreWebView2_6
fn from(value: &ICoreWebView2_7) -> ICoreWebView2_6
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_8> for ICoreWebView2_7
impl From<&ICoreWebView2_8> for ICoreWebView2_7
sourcefn from(value: &ICoreWebView2_8) -> ICoreWebView2_7
fn from(value: &ICoreWebView2_8) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2_9> for ICoreWebView2_7
impl From<&ICoreWebView2_9> for ICoreWebView2_7
sourcefn from(value: &ICoreWebView2_9) -> ICoreWebView2_7
fn from(value: &ICoreWebView2_9) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_10> for ICoreWebView2_7
impl From<ICoreWebView2_10> for ICoreWebView2_7
sourcefn from(value: ICoreWebView2_10) -> ICoreWebView2_7
fn from(value: ICoreWebView2_10) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_11> for ICoreWebView2_7
impl From<ICoreWebView2_11> for ICoreWebView2_7
sourcefn from(value: ICoreWebView2_11) -> ICoreWebView2_7
fn from(value: ICoreWebView2_11) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_12> for ICoreWebView2_7
impl From<ICoreWebView2_12> for ICoreWebView2_7
sourcefn from(value: ICoreWebView2_12) -> ICoreWebView2_7
fn from(value: ICoreWebView2_12) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_13> for ICoreWebView2_7
impl From<ICoreWebView2_13> for ICoreWebView2_7
sourcefn from(value: ICoreWebView2_13) -> ICoreWebView2_7
fn from(value: ICoreWebView2_13) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_14> for ICoreWebView2_7
impl From<ICoreWebView2_14> for ICoreWebView2_7
sourcefn from(value: ICoreWebView2_14) -> ICoreWebView2_7
fn from(value: ICoreWebView2_14) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_15> for ICoreWebView2_7
impl From<ICoreWebView2_15> for ICoreWebView2_7
sourcefn from(value: ICoreWebView2_15) -> ICoreWebView2_7
fn from(value: ICoreWebView2_15) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_7> for ICoreWebView2
impl From<ICoreWebView2_7> for ICoreWebView2
sourcefn from(value: ICoreWebView2_7) -> ICoreWebView2
fn from(value: ICoreWebView2_7) -> ICoreWebView2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_7> for ICoreWebView2_2
impl From<ICoreWebView2_7> for ICoreWebView2_2
sourcefn from(value: ICoreWebView2_7) -> ICoreWebView2_2
fn from(value: ICoreWebView2_7) -> ICoreWebView2_2
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_7> for ICoreWebView2_3
impl From<ICoreWebView2_7> for ICoreWebView2_3
sourcefn from(value: ICoreWebView2_7) -> ICoreWebView2_3
fn from(value: ICoreWebView2_7) -> ICoreWebView2_3
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_7> for ICoreWebView2_4
impl From<ICoreWebView2_7> for ICoreWebView2_4
sourcefn from(value: ICoreWebView2_7) -> ICoreWebView2_4
fn from(value: ICoreWebView2_7) -> ICoreWebView2_4
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_7> for ICoreWebView2_5
impl From<ICoreWebView2_7> for ICoreWebView2_5
sourcefn from(value: ICoreWebView2_7) -> ICoreWebView2_5
fn from(value: ICoreWebView2_7) -> ICoreWebView2_5
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_7> for ICoreWebView2_6
impl From<ICoreWebView2_7> for ICoreWebView2_6
sourcefn from(value: ICoreWebView2_7) -> ICoreWebView2_6
fn from(value: ICoreWebView2_7) -> ICoreWebView2_6
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_8> for ICoreWebView2_7
impl From<ICoreWebView2_8> for ICoreWebView2_7
sourcefn from(value: ICoreWebView2_8) -> ICoreWebView2_7
fn from(value: ICoreWebView2_8) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl From<ICoreWebView2_9> for ICoreWebView2_7
impl From<ICoreWebView2_9> for ICoreWebView2_7
sourcefn from(value: ICoreWebView2_9) -> ICoreWebView2_7
fn from(value: ICoreWebView2_9) -> ICoreWebView2_7
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2_7
impl Interface for ICoreWebView2_7
sourceconst IID: GUID = ::windows::core::GUID::from_u128(161845465207942096789227875307580917568)
const IID: GUID = ::windows::core::GUID::from_u128(161845465207942096789227875307580917568)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2_7> for ICoreWebView2_7
impl PartialEq<ICoreWebView2_7> for ICoreWebView2_7
sourcefn eq(&self, other: &ICoreWebView2_7) -> bool
fn eq(&self, other: &ICoreWebView2_7) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl RuntimeName for ICoreWebView2_7
impl RuntimeName for ICoreWebView2_7
impl Eq for ICoreWebView2_7
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2_7
impl !Send for ICoreWebView2_7
impl !Sync for ICoreWebView2_7
impl Unpin for ICoreWebView2_7
impl UnwindSafe for ICoreWebView2_7
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