windows::Win32::UI::TextServices

Trait ITfTextLayoutSink_Impl

pub trait ITfTextLayoutSink_Impl: IUnknownImpl {
    // Required method
    fn OnLayoutChange(
        &self,
        pic: Ref<'_, ITfContext>,
        lcode: TfLayoutCode,
        pview: Ref<'_, ITfContextView>,
    ) -> Result<()>;
}

Required Methods§

fn OnLayoutChange( &self, pic: Ref<'_, ITfContext>, lcode: TfLayoutCode, pview: Ref<'_, ITfContextView>, ) -> 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§