windows::Win32::UI::Accessibility

Trait IAnnotationProvider_Impl

pub trait IAnnotationProvider_Impl: IUnknownImpl {
    // Required methods
    fn AnnotationTypeId(&self) -> Result<UIA_ANNOTATIONTYPE>;
    fn AnnotationTypeName(&self) -> Result<BSTR>;
    fn Author(&self) -> Result<BSTR>;
    fn DateTime(&self) -> Result<BSTR>;
    fn Target(&self) -> Result<IRawElementProviderSimple>;
}

Required Methods§

fn AnnotationTypeId(&self) -> Result<UIA_ANNOTATIONTYPE>

fn AnnotationTypeName(&self) -> Result<BSTR>

fn Author(&self) -> Result<BSTR>

fn DateTime(&self) -> Result<BSTR>

fn Target(&self) -> Result<IRawElementProviderSimple>

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§