Trait IUIAutomationTablePattern_Impl
pub trait IUIAutomationTablePattern_Impl: IUnknownImpl {
// Required methods
fn GetCurrentRowHeaders(&self) -> Result<IUIAutomationElementArray>;
fn GetCurrentColumnHeaders(&self) -> Result<IUIAutomationElementArray>;
fn CurrentRowOrColumnMajor(&self) -> Result<RowOrColumnMajor>;
fn GetCachedRowHeaders(&self) -> Result<IUIAutomationElementArray>;
fn GetCachedColumnHeaders(&self) -> Result<IUIAutomationElementArray>;
fn CachedRowOrColumnMajor(&self) -> Result<RowOrColumnMajor>;
}
Required Methods§
fn GetCurrentRowHeaders(&self) -> Result<IUIAutomationElementArray>
fn GetCurrentColumnHeaders(&self) -> Result<IUIAutomationElementArray>
fn CurrentRowOrColumnMajor(&self) -> Result<RowOrColumnMajor>
fn GetCachedRowHeaders(&self) -> Result<IUIAutomationElementArray>
fn GetCachedColumnHeaders(&self) -> Result<IUIAutomationElementArray>
fn CachedRowOrColumnMajor(&self) -> Result<RowOrColumnMajor>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.