windows::Win32::UI::TextServices

Trait IAccServerDocMgr_Impl

pub trait IAccServerDocMgr_Impl: IUnknownImpl {
    // Required methods
    fn NewDocument(
        &self,
        riid: *const GUID,
        punk: Ref<'_, IUnknown>,
    ) -> Result<()>;
    fn RevokeDocument(&self, punk: Ref<'_, IUnknown>) -> Result<()>;
    fn OnDocumentFocus(&self, punk: Ref<'_, IUnknown>) -> Result<()>;
}

Required Methods§

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

fn RevokeDocument(&self, punk: Ref<'_, IUnknown>) -> Result<()>

fn OnDocumentFocus(&self, punk: Ref<'_, IUnknown>) -> 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§