#[repr(C)]pub struct IsDefaultDownloadDialogOpenChangedEventHandler_Impl { /* private fields */ }
Trait Implementations§
source§impl ComObjectInterface<ICoreWebView2IsDefaultDownloadDialogOpenChangedEventHandler> for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
impl ComObjectInterface<ICoreWebView2IsDefaultDownloadDialogOpenChangedEventHandler> for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
source§fn as_interface_ref(
&self,
) -> InterfaceRef<'_, ICoreWebView2IsDefaultDownloadDialogOpenChangedEventHandler>
fn as_interface_ref( &self, ) -> InterfaceRef<'_, ICoreWebView2IsDefaultDownloadDialogOpenChangedEventHandler>
Gets a borrowed interface that is implemented by
T
.source§impl ComObjectInterface<IInspectable> for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
impl ComObjectInterface<IInspectable> for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
source§fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
Gets a borrowed interface that is implemented by
T
.source§impl ComObjectInterface<IUnknown> for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
impl ComObjectInterface<IUnknown> for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
source§fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
Gets a borrowed interface that is implemented by
T
.Auto Trait Implementations§
impl !Freeze for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
impl !RefUnwindSafe for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
impl !Send for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
impl !Sync for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
impl Unpin for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
impl !UnwindSafe for IsDefaultDownloadDialogOpenChangedEventHandler_Impl
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