Struct IUIAutomation6_Vtbl
#[repr(C)]pub struct IUIAutomation6_Vtbl {
pub base__: IUIAutomation5_Vtbl,
pub CreateEventHandlerGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AddEventHandlerGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveEventHandlerGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub ConnectionRecoveryBehavior: unsafe extern "system" fn(_: *mut c_void, _: *mut ConnectionRecoveryBehaviorOptions) -> HRESULT,
pub SetConnectionRecoveryBehavior: unsafe extern "system" fn(_: *mut c_void, _: ConnectionRecoveryBehaviorOptions) -> HRESULT,
pub CoalesceEvents: unsafe extern "system" fn(_: *mut c_void, _: *mut CoalesceEventsOptions) -> HRESULT,
pub SetCoalesceEvents: unsafe extern "system" fn(_: *mut c_void, _: CoalesceEventsOptions) -> HRESULT,
pub AddActiveTextPositionChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveActiveTextPositionChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUIAutomation5_Vtbl
§CreateEventHandlerGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AddEventHandlerGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveEventHandlerGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§ConnectionRecoveryBehavior: unsafe extern "system" fn(_: *mut c_void, _: *mut ConnectionRecoveryBehaviorOptions) -> HRESULT
§SetConnectionRecoveryBehavior: unsafe extern "system" fn(_: *mut c_void, _: ConnectionRecoveryBehaviorOptions) -> HRESULT
§CoalesceEvents: unsafe extern "system" fn(_: *mut c_void, _: *mut CoalesceEventsOptions) -> HRESULT
§SetCoalesceEvents: unsafe extern "system" fn(_: *mut c_void, _: CoalesceEventsOptions) -> HRESULT
§AddActiveTextPositionChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveActiveTextPositionChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IUIAutomation6_Vtbl
impl IUIAutomation6_Vtbl
pub const fn new<Identity: IUIAutomation6_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomation6_Vtbl
impl RefUnwindSafe for IUIAutomation6_Vtbl
impl Send for IUIAutomation6_Vtbl
impl Sync for IUIAutomation6_Vtbl
impl Unpin for IUIAutomation6_Vtbl
impl UnwindSafe for IUIAutomation6_Vtbl
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