pub struct StatusBarTextChangedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2StatusBarTextChangedEventHandler_Impl
.
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
source§impl ComObjectInner for StatusBarTextChangedEventHandler
impl ComObjectInner for StatusBarTextChangedEventHandler
§type Outer = StatusBarTextChangedEventHandler_Impl
type Outer = StatusBarTextChangedEventHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
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 !Freeze for StatusBarTextChangedEventHandler
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