windows::Win32::UI::TextServices

Trait ITfReadingInformationUIElement_Impl

pub trait ITfReadingInformationUIElement_Impl: ITfUIElement_Impl {
    // Required methods
    fn GetUpdatedFlags(&self) -> Result<u32>;
    fn GetContext(&self) -> Result<ITfContext>;
    fn GetString(&self) -> Result<BSTR>;
    fn GetMaxReadingStringLength(&self) -> Result<u32>;
    fn GetErrorIndex(&self) -> Result<u32>;
    fn IsVerticalOrderPreferred(&self) -> Result<BOOL>;
}

Required Methods§

fn GetUpdatedFlags(&self) -> Result<u32>

fn GetContext(&self) -> Result<ITfContext>

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

fn GetMaxReadingStringLength(&self) -> Result<u32>

fn GetErrorIndex(&self) -> Result<u32>

fn IsVerticalOrderPreferred(&self) -> Result<BOOL>

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§