windows::Win32::UI::TextServices

Trait ITfTransitoryExtensionSink_Impl

pub trait ITfTransitoryExtensionSink_Impl: IUnknownImpl {
    // Required method
    fn OnTransitoryExtensionUpdated(
        &self,
        pic: Ref<'_, ITfContext>,
        ecreadonly: u32,
        presultrange: Ref<'_, ITfRange>,
        pcompositionrange: Ref<'_, ITfRange>,
    ) -> Result<BOOL>;
}

Required Methods§

fn OnTransitoryExtensionUpdated( &self, pic: Ref<'_, ITfContext>, ecreadonly: u32, presultrange: Ref<'_, ITfRange>, pcompositionrange: Ref<'_, ITfRange>, ) -> 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§