pub struct EstimatedEndTimeChangedEventHandler(/* private fields */);Expand description
Implementation of ICoreWebView2EstimatedEndTimeChangedEventHandler.
Implementations§
Trait Implementations§
Source§impl From<&mut EstimatedEndTimeChangedEventHandler> for ICoreWebView2EstimatedEndTimeChangedEventHandler
impl From<&mut EstimatedEndTimeChangedEventHandler> for ICoreWebView2EstimatedEndTimeChangedEventHandler
Source§fn from(implementation: &mut EstimatedEndTimeChangedEventHandler) -> Self
fn from(implementation: &mut EstimatedEndTimeChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<EstimatedEndTimeChangedEventHandler> for ICoreWebView2EstimatedEndTimeChangedEventHandler
impl From<EstimatedEndTimeChangedEventHandler> for ICoreWebView2EstimatedEndTimeChangedEventHandler
Source§fn from(implementation: EstimatedEndTimeChangedEventHandler) -> Self
fn from(implementation: EstimatedEndTimeChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<EstimatedEndTimeChangedEventHandler> for IInspectable
impl From<EstimatedEndTimeChangedEventHandler> for IInspectable
Source§fn from(implementation: EstimatedEndTimeChangedEventHandler) -> Self
fn from(implementation: EstimatedEndTimeChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<EstimatedEndTimeChangedEventHandler> for IUnknown
impl From<EstimatedEndTimeChangedEventHandler> for IUnknown
Source§fn from(implementation: EstimatedEndTimeChangedEventHandler) -> Self
fn from(implementation: EstimatedEndTimeChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2EstimatedEndTimeChangedEventHandler> for EstimatedEndTimeChangedEventHandler
impl ToImpl<ICoreWebView2EstimatedEndTimeChangedEventHandler> for EstimatedEndTimeChangedEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2EstimatedEndTimeChangedEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2EstimatedEndTimeChangedEventHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for EstimatedEndTimeChangedEventHandler
impl !RefUnwindSafe for EstimatedEndTimeChangedEventHandler
impl !Send for EstimatedEndTimeChangedEventHandler
impl !Sync for EstimatedEndTimeChangedEventHandler
impl Unpin for EstimatedEndTimeChangedEventHandler
impl !UnwindSafe for EstimatedEndTimeChangedEventHandler
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