Struct webview2_com::PrintCompletedHandler
source · pub struct PrintCompletedHandler(_);
Expand description
Implementation of ICoreWebView2PrintCompletedHandler
.
Implementations§
source§impl PrintCompletedHandler
impl PrintCompletedHandler
pub fn create( closure: CompletedClosure<HRESULT, COREWEBVIEW2_PRINT_STATUS> ) -> ICoreWebView2PrintCompletedHandler
pub fn wait_for_async_operation( closure: Box<dyn FnOnce(ICoreWebView2PrintCompletedHandler) -> Result<()>>, completed: CompletedClosure<HRESULT, COREWEBVIEW2_PRINT_STATUS> ) -> Result<()>
Trait Implementations§
source§impl AsImpl<PrintCompletedHandler> for ICoreWebView2PrintCompletedHandler
impl AsImpl<PrintCompletedHandler> for ICoreWebView2PrintCompletedHandler
fn as_impl(&self) -> &PrintCompletedHandler
source§impl From<PrintCompletedHandler> for ICoreWebView2PrintCompletedHandler
impl From<PrintCompletedHandler> for ICoreWebView2PrintCompletedHandler
source§fn from(this: PrintCompletedHandler) -> Self
fn from(this: PrintCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<PrintCompletedHandler> for IInspectable
impl From<PrintCompletedHandler> for IInspectable
source§fn from(this: PrintCompletedHandler) -> Self
fn from(this: PrintCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<PrintCompletedHandler> for IUnknown
impl From<PrintCompletedHandler> for IUnknown
source§fn from(this: PrintCompletedHandler) -> Self
fn from(this: PrintCompletedHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for PrintCompletedHandler
impl !Send for PrintCompletedHandler
impl !Sync for PrintCompletedHandler
impl Unpin for PrintCompletedHandler
impl !UnwindSafe for PrintCompletedHandler
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