windows::Win32::UI::TextServices

Trait ITfReverseConversionMgr_Impl

pub trait ITfReverseConversionMgr_Impl: IUnknownImpl {
    // Required method
    fn GetReverseConversion(
        &self,
        langid: u16,
        guidprofile: *const GUID,
        dwflag: u32,
    ) -> Result<ITfReverseConversion>;
}

Required Methods§

fn GetReverseConversion( &self, langid: u16, guidprofile: *const GUID, dwflag: u32, ) -> Result<ITfReverseConversion>

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§