Struct windows::Win32::UI::Accessibility::IUIAutomationGridPattern_Vtbl
#[repr(C)]pub struct IUIAutomationGridPattern_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
pub CurrentRowCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CurrentColumnCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CachedRowCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CachedColumnCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetItem: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT
§CurrentRowCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§CurrentColumnCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§CachedRowCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§CachedColumnCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IUIAutomationGridPattern_Vtbl
impl IUIAutomationGridPattern_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUIAutomationGridPattern_Vtblwhere
Identity: IUIAutomationGridPattern_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationGridPattern_Vtbl
impl RefUnwindSafe for IUIAutomationGridPattern_Vtbl
impl Send for IUIAutomationGridPattern_Vtbl
impl Sync for IUIAutomationGridPattern_Vtbl
impl Unpin for IUIAutomationGridPattern_Vtbl
impl UnwindSafe for IUIAutomationGridPattern_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