windows::Win32::UI::Accessibility

Trait IMultipleViewProvider_Impl

pub trait IMultipleViewProvider_Impl: IUnknownImpl {
    // Required methods
    fn GetViewName(&self, viewid: i32) -> Result<BSTR>;
    fn SetCurrentView(&self, viewid: i32) -> Result<()>;
    fn CurrentView(&self) -> Result<i32>;
    fn GetSupportedViews(&self) -> Result<*mut SAFEARRAY>;
}

Required Methods§

fn GetViewName(&self, viewid: i32) -> Result<BSTR>

fn SetCurrentView(&self, viewid: i32) -> Result<()>

fn CurrentView(&self) -> Result<i32>

fn GetSupportedViews(&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.

Implementors§