Trait windows::Win32::UI::TextServices::ITfTextLayoutSink_Impl

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

Required Methods§

fn OnLayoutChange( &self, pic: Option<&ITfContext>, lcode: TfLayoutCode, pview: Option<&ITfContextView>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§