Trait IUIAutomationMultipleViewPattern_Impl
pub trait IUIAutomationMultipleViewPattern_Impl: IUnknownImpl {
// Required methods
fn GetViewName(&self, view: i32) -> Result<BSTR>;
fn SetCurrentView(&self, view: i32) -> Result<()>;
fn CurrentCurrentView(&self) -> Result<i32>;
fn GetCurrentSupportedViews(&self) -> Result<*mut SAFEARRAY>;
fn CachedCurrentView(&self) -> Result<i32>;
fn GetCachedSupportedViews(&self) -> Result<*mut SAFEARRAY>;
}
Required Methods§
fn GetViewName(&self, view: i32) -> Result<BSTR>
fn SetCurrentView(&self, view: i32) -> Result<()>
fn CurrentCurrentView(&self) -> Result<i32>
fn GetCurrentSupportedViews(&self) -> Result<*mut SAFEARRAY>
fn CachedCurrentView(&self) -> Result<i32>
fn GetCachedSupportedViews(&self) -> Result<*mut SAFEARRAY>
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.