windows::Win32::UI::Accessibility

Trait ITableProvider_Impl

pub trait ITableProvider_Impl: IUnknownImpl {
    // Required methods
    fn GetRowHeaders(&self) -> Result<*mut SAFEARRAY>;
    fn GetColumnHeaders(&self) -> Result<*mut SAFEARRAY>;
    fn RowOrColumnMajor(&self) -> Result<RowOrColumnMajor>;
}

Required Methods§

fn GetRowHeaders(&self) -> Result<*mut SAFEARRAY>

fn GetColumnHeaders(&self) -> Result<*mut SAFEARRAY>

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

Implementors§