pub struct WebResourceResponseViewGetContentCompletedHandler(_);
Expand description
Implementation of ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
.
Implementations
sourceimpl 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
sourceimpl AsImpl<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl AsImpl<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
sourceimpl From<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
impl From<WebResourceResponseViewGetContentCompletedHandler> for ICoreWebView2WebResourceResponseViewGetContentCompletedHandler
sourcefn from(this: WebResourceResponseViewGetContentCompletedHandler) -> Self
fn from(this: WebResourceResponseViewGetContentCompletedHandler) -> Self
Converts to this type from the input type.
sourceimpl From<WebResourceResponseViewGetContentCompletedHandler> for IInspectable
impl From<WebResourceResponseViewGetContentCompletedHandler> for IInspectable
sourcefn from(this: WebResourceResponseViewGetContentCompletedHandler) -> Self
fn from(this: WebResourceResponseViewGetContentCompletedHandler) -> Self
Converts to this type from the input type.
sourceimpl From<WebResourceResponseViewGetContentCompletedHandler> for IUnknown
impl From<WebResourceResponseViewGetContentCompletedHandler> for IUnknown
sourcefn 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
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