Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2CallDevToolsProtocolMethodCompletedHandler
source · [−]#[repr(transparent)]pub struct ICoreWebView2CallDevToolsProtocolMethodCompletedHandler(_);
Implementations
Trait Implementations
sourceimpl From<&'_ ICoreWebView2CallDevToolsProtocolMethodCompletedHandler> for IUnknown
impl From<&'_ ICoreWebView2CallDevToolsProtocolMethodCompletedHandler> for IUnknown
sourcefn from(value: &ICoreWebView2CallDevToolsProtocolMethodCompletedHandler) -> Self
fn from(value: &ICoreWebView2CallDevToolsProtocolMethodCompletedHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2CallDevToolsProtocolMethodCompletedHandler> for IUnknown
impl From<ICoreWebView2CallDevToolsProtocolMethodCompletedHandler> for IUnknown
sourcefn from(value: ICoreWebView2CallDevToolsProtocolMethodCompletedHandler) -> Self
fn from(value: ICoreWebView2CallDevToolsProtocolMethodCompletedHandler) -> Self
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2CallDevToolsProtocolMethodCompletedHandler
impl Interface for ICoreWebView2CallDevToolsProtocolMethodCompletedHandler
sourceconst IID: GUID = ::windows::core::GUID::from_u128(0x5c4889f0_5ef6_4c5a_952c_d8f1b92d0574)
const IID: GUID = ::windows::core::GUID::from_u128(0x5c4889f0_5ef6_4c5a_952c_d8f1b92d0574)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2CallDevToolsProtocolMethodCompletedHandler> for ICoreWebView2CallDevToolsProtocolMethodCompletedHandler
impl PartialEq<ICoreWebView2CallDevToolsProtocolMethodCompletedHandler> for ICoreWebView2CallDevToolsProtocolMethodCompletedHandler
impl Eq for ICoreWebView2CallDevToolsProtocolMethodCompletedHandler
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2CallDevToolsProtocolMethodCompletedHandler
impl !Send for ICoreWebView2CallDevToolsProtocolMethodCompletedHandler
impl !Sync for ICoreWebView2CallDevToolsProtocolMethodCompletedHandler
impl Unpin for ICoreWebView2CallDevToolsProtocolMethodCompletedHandler
impl UnwindSafe for ICoreWebView2CallDevToolsProtocolMethodCompletedHandler
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