#[repr(C)]pub struct IUIAutomationSelectionPattern2Vtbl {
pub parent: IUIAutomationSelectionPatternVtbl,
pub get_CurrentFirstSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT,
pub get_CurrentLastSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT,
pub get_CurrentCurrentSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT,
pub get_CurrentItemCount: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut c_int) -> HRESULT,
pub get_CachedFirstSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT,
pub get_CachedLastSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT,
pub get_CachedCurrentSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT,
pub get_CachedItemCount: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut c_int) -> HRESULT,
}
Fields§
§parent: IUIAutomationSelectionPatternVtbl
§get_CurrentFirstSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT
§get_CurrentLastSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT
§get_CurrentCurrentSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT
§get_CurrentItemCount: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut c_int) -> HRESULT
§get_CachedFirstSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT
§get_CachedLastSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT
§get_CachedCurrentSelectedItem: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut *mut IUIAutomationElement) -> HRESULT
§get_CachedItemCount: unsafe extern "system" fn(This: *mut IUIAutomationSelectionPattern2, retVal: *mut c_int) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUIAutomationSelectionPattern2Vtbl
impl RefUnwindSafe for IUIAutomationSelectionPattern2Vtbl
impl Send for IUIAutomationSelectionPattern2Vtbl
impl Sync for IUIAutomationSelectionPattern2Vtbl
impl Unpin for IUIAutomationSelectionPattern2Vtbl
impl UnwindSafe for IUIAutomationSelectionPattern2Vtbl
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