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

Required Methods§

fn SetInputSource(&self, value: Option<&IUnknown>) -> Result<()>

fn SetMessageHandled(&self, value: u8) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§