pub struct IUIAutomationActiveTextPositionChangedEventHandler(/* private fields */);
Implementations§
Source§impl IUIAutomationActiveTextPositionChangedEventHandler
impl IUIAutomationActiveTextPositionChangedEventHandler
pub unsafe fn HandleActiveTextPositionChangedEvent<'a>( &self, sender: impl IntoParam<'a, IUIAutomationElement>, range: impl IntoParam<'a, IUIAutomationTextRange>, ) -> Result<()>
Trait Implementations§
Source§impl Clone for IUIAutomationActiveTextPositionChangedEventHandler
impl Clone for IUIAutomationActiveTextPositionChangedEventHandler
Source§fn clone(&self) -> IUIAutomationActiveTextPositionChangedEventHandler
fn clone(&self) -> IUIAutomationActiveTextPositionChangedEventHandler
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<&IUIAutomationActiveTextPositionChangedEventHandler> for IUnknown
impl From<&IUIAutomationActiveTextPositionChangedEventHandler> for IUnknown
Source§fn from(value: &IUIAutomationActiveTextPositionChangedEventHandler) -> Self
fn from(value: &IUIAutomationActiveTextPositionChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationActiveTextPositionChangedEventHandler> for IUnknown
impl From<IUIAutomationActiveTextPositionChangedEventHandler> for IUnknown
Source§fn from(value: IUIAutomationActiveTextPositionChangedEventHandler) -> Self
fn from(value: IUIAutomationActiveTextPositionChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl Interface for IUIAutomationActiveTextPositionChangedEventHandler
impl Interface for IUIAutomationActiveTextPositionChangedEventHandler
Source§impl PartialEq for IUIAutomationActiveTextPositionChangedEventHandler
impl PartialEq for IUIAutomationActiveTextPositionChangedEventHandler
Source§fn eq(&self, other: &IUIAutomationActiveTextPositionChangedEventHandler) -> bool
fn eq(&self, other: &IUIAutomationActiveTextPositionChangedEventHandler) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for IUIAutomationActiveTextPositionChangedEventHandler
impl StructuralPartialEq for IUIAutomationActiveTextPositionChangedEventHandler
Auto Trait Implementations§
impl Freeze for IUIAutomationActiveTextPositionChangedEventHandler
impl RefUnwindSafe for IUIAutomationActiveTextPositionChangedEventHandler
impl !Send for IUIAutomationActiveTextPositionChangedEventHandler
impl !Sync for IUIAutomationActiveTextPositionChangedEventHandler
impl Unpin for IUIAutomationActiveTextPositionChangedEventHandler
impl UnwindSafe for IUIAutomationActiveTextPositionChangedEventHandler
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