windows::Win32::System::WinRT

Trait ICoreInputInterop_Impl

pub trait ICoreInputInterop_Impl: IUnknownImpl {
    // Required methods
    fn SetInputSource(&self, value: Ref<'_, IUnknown>) -> Result<()>;
    fn SetMessageHandled(&self, value: u8) -> Result<()>;
}

Required Methods§

fn SetInputSource(&self, value: Ref<'_, IUnknown>) -> Result<()>

fn SetMessageHandled(&self, value: u8) -> 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§