#[repr(C)]pub struct IUIAutomationSynchronizedInputPatternVtbl {
pub parent: IUnknownVtbl,
pub StartListening: unsafe extern "system" fn(This: *mut IUIAutomationSynchronizedInputPattern, inputType: SynchronizedInputType) -> HRESULT,
pub Cancel: unsafe extern "system" fn(This: *mut IUIAutomationSynchronizedInputPattern) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§StartListening: unsafe extern "system" fn(This: *mut IUIAutomationSynchronizedInputPattern, inputType: SynchronizedInputType) -> HRESULT
§Cancel: unsafe extern "system" fn(This: *mut IUIAutomationSynchronizedInputPattern) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUIAutomationSynchronizedInputPatternVtbl
impl RefUnwindSafe for IUIAutomationSynchronizedInputPatternVtbl
impl Send for IUIAutomationSynchronizedInputPatternVtbl
impl Sync for IUIAutomationSynchronizedInputPatternVtbl
impl Unpin for IUIAutomationSynchronizedInputPatternVtbl
impl UnwindSafe for IUIAutomationSynchronizedInputPatternVtbl
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