Trait windows::Win32::UI::TextServices::ITfCompositionSink_Impl

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

Required Methods§

fn OnCompositionTerminated( &self, ecwrite: u32, pcomposition: Option<&ITfComposition>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§