windows::Win32::UI::TextServices

Trait ITfCompositionSink_Impl

pub trait ITfCompositionSink_Impl: IUnknownImpl {
    // Required method
    fn OnCompositionTerminated(
        &self,
        ecwrite: u32,
        pcomposition: Ref<'_, ITfComposition>,
    ) -> Result<()>;
}

Required Methods§

fn OnCompositionTerminated( &self, ecwrite: u32, pcomposition: Ref<'_, ITfComposition>, ) -> 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§