#[repr(C)]pub struct IUIAutomationGridPatternVtbl {
pub parent: IUnknownVtbl,
pub GetItem: unsafe extern "system" fn(This: *mut IUIAutomationGridPattern, row: c_int, column: c_int, element: *mut *mut IUIAutomationElement) -> HRESULT,
pub get_CurrentRowCount: unsafe extern "system" fn(This: *mut IUIAutomationGridPattern, retVal: *mut c_int) -> HRESULT,
pub get_CurrentColumnCount: unsafe extern "system" fn(This: *mut IUIAutomationGridPattern, retVal: *mut c_int) -> HRESULT,
pub get_CachedRowCount: unsafe extern "system" fn(This: *mut IUIAutomationGridPattern, retVal: *mut c_int) -> HRESULT,
pub get_CachedColumnCount: unsafe extern "system" fn(This: *mut IUIAutomationGridPattern, retVal: *mut c_int) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§GetItem: unsafe extern "system" fn(This: *mut IUIAutomationGridPattern, row: c_int, column: c_int, element: *mut *mut IUIAutomationElement) -> HRESULT§get_CurrentRowCount: unsafe extern "system" fn(This: *mut IUIAutomationGridPattern, retVal: *mut c_int) -> HRESULT§get_CurrentColumnCount: unsafe extern "system" fn(This: *mut IUIAutomationGridPattern, retVal: *mut c_int) -> HRESULT§get_CachedRowCount: unsafe extern "system" fn(This: *mut IUIAutomationGridPattern, retVal: *mut c_int) -> HRESULT§get_CachedColumnCount: unsafe extern "system" fn(This: *mut IUIAutomationGridPattern, retVal: *mut c_int) -> HRESULTAuto Trait Implementations§
impl Freeze for IUIAutomationGridPatternVtbl
impl RefUnwindSafe for IUIAutomationGridPatternVtbl
impl Send for IUIAutomationGridPatternVtbl
impl Sync for IUIAutomationGridPatternVtbl
impl Unpin for IUIAutomationGridPatternVtbl
impl UnwindSafe for IUIAutomationGridPatternVtbl
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