pub struct StatusBarTextChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2StatusBarTextChangedEventHandler
.
Implementations§
source§impl StatusBarTextChangedEventHandler
impl StatusBarTextChangedEventHandler
pub fn create( closure: EventClosure<Option<ICoreWebView2>, Option<IUnknown>> ) -> ICoreWebView2StatusBarTextChangedEventHandler
Trait Implementations§
source§impl AsImpl<StatusBarTextChangedEventHandler> for ICoreWebView2StatusBarTextChangedEventHandler
impl AsImpl<StatusBarTextChangedEventHandler> for ICoreWebView2StatusBarTextChangedEventHandler
fn as_impl(&self) -> &StatusBarTextChangedEventHandler
source§impl From<StatusBarTextChangedEventHandler> for ICoreWebView2StatusBarTextChangedEventHandler
impl From<StatusBarTextChangedEventHandler> for ICoreWebView2StatusBarTextChangedEventHandler
source§fn from(this: StatusBarTextChangedEventHandler) -> Self
fn from(this: StatusBarTextChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<StatusBarTextChangedEventHandler> for IInspectable
impl From<StatusBarTextChangedEventHandler> for IInspectable
source§fn from(this: StatusBarTextChangedEventHandler) -> Self
fn from(this: StatusBarTextChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<StatusBarTextChangedEventHandler> for IUnknown
impl From<StatusBarTextChangedEventHandler> for IUnknown
source§fn from(this: StatusBarTextChangedEventHandler) -> Self
fn from(this: StatusBarTextChangedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for StatusBarTextChangedEventHandler
impl !Send for StatusBarTextChangedEventHandler
impl !Sync for StatusBarTextChangedEventHandler
impl Unpin for StatusBarTextChangedEventHandler
impl !UnwindSafe for StatusBarTextChangedEventHandler
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