windows::Win32::UI::TextServices

Trait ITfSource_Impl

pub trait ITfSource_Impl: IUnknownImpl {
    // Required methods
    fn AdviseSink(
        &self,
        riid: *const GUID,
        punk: Ref<'_, IUnknown>,
    ) -> Result<u32>;
    fn UnadviseSink(&self, dwcookie: u32) -> Result<()>;
}

Required Methods§

fn AdviseSink(&self, riid: *const GUID, punk: Ref<'_, IUnknown>) -> Result<u32>

fn UnadviseSink(&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§