pub struct WebResourceResponseViewGetContentCompletedHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
.
Implementations§
Source§impl WebResourceResponseViewGetContentCompletedHandler
impl WebResourceResponseViewGetContentCompletedHandler
pub fn create( closure: CompletedClosure<HRESULT, Option<IStream>>, ) -> ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
pub fn wait_for_async_operation( closure: Box<dyn FnOnce(ICoreWebView2WebResourceResponseViewGetContentCompletedHandler) -> Result<()>>, completed: CompletedClosure<HRESULT, Option<IStream>>, ) -> Result<()>
Trait Implementations§
Source§impl From<&mut WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl From<&mut WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
Source§fn from(
implementation: &mut WebResourceResponseViewGetContentCompletedHandler,
) -> Self
fn from( implementation: &mut WebResourceResponseViewGetContentCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl From<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl From<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
Source§fn from(
implementation: WebResourceResponseViewGetContentCompletedHandler,
) -> Self
fn from( implementation: WebResourceResponseViewGetContentCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl From<WebResourceResponseViewGetContentCompletedHandler> for IInspectable
impl From<WebResourceResponseViewGetContentCompletedHandler> for IInspectable
Source§fn from(
implementation: WebResourceResponseViewGetContentCompletedHandler,
) -> Self
fn from( implementation: WebResourceResponseViewGetContentCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl From<WebResourceResponseViewGetContentCompletedHandler> for IUnknown
impl From<WebResourceResponseViewGetContentCompletedHandler> for IUnknown
Source§fn from(
implementation: WebResourceResponseViewGetContentCompletedHandler,
) -> Self
fn from( implementation: WebResourceResponseViewGetContentCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2WebResourceResponseViewGetContentCompletedHandler> for WebResourceResponseViewGetContentCompletedHandler
impl ToImpl<ICoreWebView2WebResourceResponseViewGetContentCompletedHandler> for WebResourceResponseViewGetContentCompletedHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2WebResourceResponseViewGetContentCompletedHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2WebResourceResponseViewGetContentCompletedHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for WebResourceResponseViewGetContentCompletedHandler
impl !RefUnwindSafe for WebResourceResponseViewGetContentCompletedHandler
impl !Send for WebResourceResponseViewGetContentCompletedHandler
impl !Sync for WebResourceResponseViewGetContentCompletedHandler
impl Unpin for WebResourceResponseViewGetContentCompletedHandler
impl !UnwindSafe for WebResourceResponseViewGetContentCompletedHandler
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