pub struct IUIAutomationGridItemPattern(/* private fields */);
Implementations§
Source§impl IUIAutomationGridItemPattern
impl IUIAutomationGridItemPattern
pub unsafe fn get_CurrentContainingGrid(&self) -> Result<IUIAutomationElement>
pub unsafe fn get_CurrentRow(&self) -> Result<i32>
pub unsafe fn get_CurrentColumn(&self) -> Result<i32>
pub unsafe fn get_CurrentRowSpan(&self) -> Result<i32>
pub unsafe fn get_CurrentColumnSpan(&self) -> Result<i32>
pub unsafe fn get_CachedContainingGrid(&self) -> Result<IUIAutomationElement>
pub unsafe fn get_CachedRow(&self) -> Result<i32>
pub unsafe fn get_CachedColumn(&self) -> Result<i32>
pub unsafe fn get_CachedRowSpan(&self) -> Result<i32>
pub unsafe fn get_CachedColumnSpan(&self) -> Result<i32>
Trait Implementations§
Source§impl Clone for IUIAutomationGridItemPattern
impl Clone for IUIAutomationGridItemPattern
Source§fn clone(&self) -> IUIAutomationGridItemPattern
fn clone(&self) -> IUIAutomationGridItemPattern
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IUIAutomationGridItemPattern
impl Debug for IUIAutomationGridItemPattern
Source§impl From<&IUIAutomationGridItemPattern> for IUnknown
impl From<&IUIAutomationGridItemPattern> for IUnknown
Source§fn from(value: &IUIAutomationGridItemPattern) -> Self
fn from(value: &IUIAutomationGridItemPattern) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationGridItemPattern> for IUnknown
impl From<IUIAutomationGridItemPattern> for IUnknown
Source§fn from(value: IUIAutomationGridItemPattern) -> Self
fn from(value: IUIAutomationGridItemPattern) -> Self
Converts to this type from the input type.
Source§impl Interface for IUIAutomationGridItemPattern
impl Interface for IUIAutomationGridItemPattern
const IID: Guid
type Vtable = IUIAutomationGridItemPattern_abi
Source§unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
Safety Read more
Source§unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
Safety Read more
Source§impl PartialEq for IUIAutomationGridItemPattern
impl PartialEq for IUIAutomationGridItemPattern
Source§fn eq(&self, other: &IUIAutomationGridItemPattern) -> bool
fn eq(&self, other: &IUIAutomationGridItemPattern) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for IUIAutomationGridItemPattern
impl StructuralPartialEq for IUIAutomationGridItemPattern
Auto Trait Implementations§
impl Freeze for IUIAutomationGridItemPattern
impl RefUnwindSafe for IUIAutomationGridItemPattern
impl !Send for IUIAutomationGridItemPattern
impl !Sync for IUIAutomationGridItemPattern
impl Unpin for IUIAutomationGridItemPattern
impl UnwindSafe for IUIAutomationGridItemPattern
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
type DefaultType = Option<T>
Source§fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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