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