#[repr(C)]pub struct IGridItemProvider {
pub lpVtbl: *const IGridItemProviderVtbl,
}
Fields§
§lpVtbl: *const IGridItemProviderVtbl
Implementations§
Source§impl IGridItemProvider
impl IGridItemProvider
pub unsafe fn get_Row(&self, pRetVal: *mut c_int) -> HRESULT
pub unsafe fn get_Column(&self, pRetVal: *mut c_int) -> HRESULT
pub unsafe fn get_RowSpan(&self, pRetVal: *mut c_int) -> HRESULT
pub unsafe fn get_ColumnSpan(&self, pRetVal: *mut c_int) -> HRESULT
pub unsafe fn get_ContainingGrid( &self, pRetVal: *mut *mut IRawElementProviderSimple, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IGridItemProvider
impl Deref for IGridItemProvider
Auto Trait Implementations§
impl Freeze for IGridItemProvider
impl RefUnwindSafe for IGridItemProvider
impl !Send for IGridItemProvider
impl !Sync for IGridItemProvider
impl Unpin for IGridItemProvider
impl UnwindSafe for IGridItemProvider
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