windows::Win32::UI::TextServices

Trait ITfMouseTrackerACP_Impl

pub trait ITfMouseTrackerACP_Impl: IUnknownImpl {
    // Required methods
    fn AdviseMouseSink(
        &self,
        range: Ref<'_, ITfRangeACP>,
        psink: Ref<'_, ITfMouseSink>,
    ) -> Result<u32>;
    fn UnadviseMouseSink(&self, dwcookie: u32) -> Result<()>;
}

Required Methods§

fn AdviseMouseSink( &self, range: Ref<'_, ITfRangeACP>, psink: Ref<'_, ITfMouseSink>, ) -> Result<u32>

fn UnadviseMouseSink(&self, dwcookie: u32) -> 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§