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