#[repr(C)]pub struct IUIAutomationGridItemPatternVtbl {
pub parent: IUnknownVtbl,
pub get_CurrentContainingGrid: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut *mut IUIAutomationElement) -> HRESULT,
pub get_CurrentRow: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT,
pub get_CurrentColumn: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT,
pub get_CurrentRowSpan: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT,
pub get_CurrentColumnSpan: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT,
pub get_CachedContainingGrid: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut *mut IUIAutomationElement) -> HRESULT,
pub get_CachedRow: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT,
pub get_CachedColumn: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT,
pub get_CachedRowSpan: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT,
pub get_CachedColumnSpan: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§get_CurrentContainingGrid: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut *mut IUIAutomationElement) -> HRESULT§get_CurrentRow: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT§get_CurrentColumn: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT§get_CurrentRowSpan: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT§get_CurrentColumnSpan: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT§get_CachedContainingGrid: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut *mut IUIAutomationElement) -> HRESULT§get_CachedRow: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT§get_CachedColumn: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT§get_CachedRowSpan: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULT§get_CachedColumnSpan: unsafe extern "system" fn(This: *mut IUIAutomationGridItemPattern, retVal: *mut c_int) -> HRESULTAuto Trait Implementations§
impl Freeze for IUIAutomationGridItemPatternVtbl
impl RefUnwindSafe for IUIAutomationGridItemPatternVtbl
impl Send for IUIAutomationGridItemPatternVtbl
impl Sync for IUIAutomationGridItemPatternVtbl
impl Unpin for IUIAutomationGridItemPatternVtbl
impl UnwindSafe for IUIAutomationGridItemPatternVtbl
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