pub struct StatusBarTextChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2StatusBarTextChangedEventHandler
.
Implementations
sourceimpl StatusBarTextChangedEventHandler
impl StatusBarTextChangedEventHandler
pub fn create(
closure: EventClosure<Option<ICoreWebView2>, Option<IUnknown>>
) -> ICoreWebView2StatusBarTextChangedEventHandler
Trait Implementations
sourceimpl AsImpl<StatusBarTextChangedEventHandler> for ICoreWebView2StatusBarTextChangedEventHandler
impl AsImpl<StatusBarTextChangedEventHandler> for ICoreWebView2StatusBarTextChangedEventHandler
fn as_impl(&self) -> &StatusBarTextChangedEventHandler
sourceimpl From<StatusBarTextChangedEventHandler> for ICoreWebView2StatusBarTextChangedEventHandler
impl From<StatusBarTextChangedEventHandler> for ICoreWebView2StatusBarTextChangedEventHandler
sourcefn from(this: StatusBarTextChangedEventHandler) -> Self
fn from(this: StatusBarTextChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<StatusBarTextChangedEventHandler> for IInspectable
impl From<StatusBarTextChangedEventHandler> for IInspectable
sourcefn from(this: StatusBarTextChangedEventHandler) -> Self
fn from(this: StatusBarTextChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<StatusBarTextChangedEventHandler> for IUnknown
impl From<StatusBarTextChangedEventHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more