windows::Win32::UI::TextServices

Trait ITfInputProcessorProfilesEx_Impl

pub trait ITfInputProcessorProfilesEx_Impl: ITfInputProcessorProfiles_Impl {
    // Required method
    fn SetLanguageProfileDisplayName(
        &self,
        rclsid: *const GUID,
        langid: u16,
        guidprofile: *const GUID,
        pchfile: &PCWSTR,
        cchfile: u32,
        uresid: u32,
    ) -> Result<()>;
}

Required Methods§

fn SetLanguageProfileDisplayName( &self, rclsid: *const GUID, langid: u16, guidprofile: *const GUID, pchfile: &PCWSTR, cchfile: u32, uresid: u32, ) -> Result<()>

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§