windows::Win32::UI::TextServices

Trait ITfLMLattice_Impl

pub trait ITfLMLattice_Impl: IUnknownImpl {
    // Required methods
    fn QueryType(&self, rguidtype: *const GUID) -> Result<BOOL>;
    fn EnumLatticeElements(
        &self,
        dwframestart: u32,
        rguidtype: *const GUID,
    ) -> Result<IEnumTfLatticeElements>;
}

Required Methods§

fn QueryType(&self, rguidtype: *const GUID) -> Result<BOOL>

fn EnumLatticeElements( &self, dwframestart: u32, rguidtype: *const GUID, ) -> Result<IEnumTfLatticeElements>

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§