windows::Win32::UI::TextServices

Trait ITfCompartment_Impl

pub trait ITfCompartment_Impl: IUnknownImpl {
    // Required methods
    fn SetValue(&self, tid: u32, pvarvalue: *const VARIANT) -> Result<()>;
    fn GetValue(&self) -> Result<VARIANT>;
}

Required Methods§

fn SetValue(&self, tid: u32, pvarvalue: *const VARIANT) -> Result<()>

fn GetValue(&self) -> Result<VARIANT>

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§