pub struct DownloadStartingEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2DownloadStartingEventHandler_Impl
.
Implementations§
Trait Implementations§
source§impl ComObjectInner for DownloadStartingEventHandler
impl ComObjectInner for DownloadStartingEventHandler
§type Outer = DownloadStartingEventHandler_Impl
type Outer = DownloadStartingEventHandler_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<DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
impl From<DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
source§fn from(this: DownloadStartingEventHandler) -> Self
fn from(this: DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
source§impl From<DownloadStartingEventHandler> for IInspectable
impl From<DownloadStartingEventHandler> for IInspectable
source§fn from(this: DownloadStartingEventHandler) -> Self
fn from(this: DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
source§impl From<DownloadStartingEventHandler> for IUnknown
impl From<DownloadStartingEventHandler> for IUnknown
source§fn from(this: DownloadStartingEventHandler) -> Self
fn from(this: DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for DownloadStartingEventHandler
impl !RefUnwindSafe for DownloadStartingEventHandler
impl !Send for DownloadStartingEventHandler
impl !Sync for DownloadStartingEventHandler
impl Unpin for DownloadStartingEventHandler
impl !UnwindSafe for DownloadStartingEventHandler
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