pub struct WebResourceResponseViewGetContentCompletedHandler(_);
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 AsImpl<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl AsImpl<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
source§impl From<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl From<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
source§fn from(this: WebResourceResponseViewGetContentCompletedHandler) -> Self
fn from(this: WebResourceResponseViewGetContentCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<WebResourceResponseViewGetContentCompletedHandler> for IInspectable
impl From<WebResourceResponseViewGetContentCompletedHandler> for IInspectable
source§fn from(this: WebResourceResponseViewGetContentCompletedHandler) -> Self
fn from(this: WebResourceResponseViewGetContentCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<WebResourceResponseViewGetContentCompletedHandler> for IUnknown
impl From<WebResourceResponseViewGetContentCompletedHandler> for IUnknown
source§fn from(this: WebResourceResponseViewGetContentCompletedHandler) -> Self
fn from(this: WebResourceResponseViewGetContentCompletedHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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