pub struct WebResourceResponseViewGetContentCompletedHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2WebResourceResponseViewGetContentCompletedHandler_Impl
.
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 ComObjectInner for WebResourceResponseViewGetContentCompletedHandler
impl ComObjectInner for WebResourceResponseViewGetContentCompletedHandler
§type Outer = WebResourceResponseViewGetContentCompletedHandler_Impl
type Outer = WebResourceResponseViewGetContentCompletedHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
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 !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