pub struct IUIAutomationEventHandlerGroup(/* private fields */);Implementations§
Source§impl IUIAutomationEventHandlerGroup
impl IUIAutomationEventHandlerGroup
pub unsafe fn AddActiveTextPositionChangedEventHandler<'a>( &self, scope: TreeScope, cacherequest: impl IntoParam<'a, IUIAutomationCacheRequest>, handler: impl IntoParam<'a, IUIAutomationActiveTextPositionChangedEventHandler>, ) -> Result<(), Error>
pub unsafe fn AddAutomationEventHandler<'a>( &self, eventid: i32, scope: TreeScope, cacherequest: impl IntoParam<'a, IUIAutomationCacheRequest>, handler: impl IntoParam<'a, IUIAutomationEventHandler>, ) -> Result<(), Error>
pub unsafe fn AddChangesEventHandler<'a>( &self, scope: TreeScope, changetypes: *const i32, changescount: i32, cacherequest: impl IntoParam<'a, IUIAutomationCacheRequest>, handler: impl IntoParam<'a, IUIAutomationChangesEventHandler>, ) -> Result<(), Error>
pub unsafe fn AddNotificationEventHandler<'a>( &self, scope: TreeScope, cacherequest: impl IntoParam<'a, IUIAutomationCacheRequest>, handler: impl IntoParam<'a, IUIAutomationNotificationEventHandler>, ) -> Result<(), Error>
pub unsafe fn AddPropertyChangedEventHandler<'a>( &self, scope: TreeScope, cacherequest: impl IntoParam<'a, IUIAutomationCacheRequest>, handler: impl IntoParam<'a, IUIAutomationPropertyChangedEventHandler>, propertyarray: *const i32, propertycount: i32, ) -> Result<(), Error>
pub unsafe fn AddStructureChangedEventHandler<'a>( &self, scope: TreeScope, cacherequest: impl IntoParam<'a, IUIAutomationCacheRequest>, handler: impl IntoParam<'a, IUIAutomationStructureChangedEventHandler>, ) -> Result<(), Error>
pub unsafe fn AddTextEditTextChangedEventHandler<'a>( &self, scope: TreeScope, texteditchangetype: TextEditChangeType, cacherequest: impl IntoParam<'a, IUIAutomationCacheRequest>, handler: impl IntoParam<'a, IUIAutomationTextEditTextChangedEventHandler>, ) -> Result<(), Error>
Trait Implementations§
Source§impl Clone for IUIAutomationEventHandlerGroup
impl Clone for IUIAutomationEventHandlerGroup
Source§fn clone(&self) -> IUIAutomationEventHandlerGroup
fn clone(&self) -> IUIAutomationEventHandlerGroup
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 Interface for IUIAutomationEventHandlerGroup
impl Interface for IUIAutomationEventHandlerGroup
Source§impl PartialEq for IUIAutomationEventHandlerGroup
impl PartialEq for IUIAutomationEventHandlerGroup
Source§fn eq(&self, other: &IUIAutomationEventHandlerGroup) -> bool
fn eq(&self, other: &IUIAutomationEventHandlerGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IUIAutomationEventHandlerGroup
impl StructuralPartialEq for IUIAutomationEventHandlerGroup
Auto Trait Implementations§
impl Freeze for IUIAutomationEventHandlerGroup
impl RefUnwindSafe for IUIAutomationEventHandlerGroup
impl !Send for IUIAutomationEventHandlerGroup
impl !Sync for IUIAutomationEventHandlerGroup
impl Unpin for IUIAutomationEventHandlerGroup
impl UnwindSafe for IUIAutomationEventHandlerGroup
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