Struct webview2_com::FocusChangedEventHandler
source · pub struct FocusChangedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2FocusChangedEventHandler_Impl
.
Implementations§
source§impl FocusChangedEventHandler
impl FocusChangedEventHandler
pub fn create( closure: EventClosure<Option<ICoreWebView2Controller>, Option<IUnknown>>, ) -> ICoreWebView2FocusChangedEventHandler
Trait Implementations§
source§impl AsImpl<FocusChangedEventHandler> for IUnknown
impl AsImpl<FocusChangedEventHandler> for IUnknown
source§impl ComObjectInner for FocusChangedEventHandler
impl ComObjectInner for FocusChangedEventHandler
§type Outer = FocusChangedEventHandler_Impl
type Outer = FocusChangedEventHandler_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<FocusChangedEventHandler> for ICoreWebView2FocusChangedEventHandler
impl From<FocusChangedEventHandler> for ICoreWebView2FocusChangedEventHandler
source§fn from(this: FocusChangedEventHandler) -> Self
fn from(this: FocusChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<FocusChangedEventHandler> for IInspectable
impl From<FocusChangedEventHandler> for IInspectable
source§fn from(this: FocusChangedEventHandler) -> Self
fn from(this: FocusChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<FocusChangedEventHandler> for IUnknown
impl From<FocusChangedEventHandler> for IUnknown
source§fn from(this: FocusChangedEventHandler) -> Self
fn from(this: FocusChangedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for FocusChangedEventHandler
impl !RefUnwindSafe for FocusChangedEventHandler
impl !Send for FocusChangedEventHandler
impl !Sync for FocusChangedEventHandler
impl Unpin for FocusChangedEventHandler
impl !UnwindSafe for FocusChangedEventHandler
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